#845334

Color #845334 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #845334

Tints of Korma #845334

Color information

#845334 (or 0x845334) is unknown color: approx Korma. HEX triplet: 84, 53 and 34. RGB value is (132,83,52). Sum of RGB (Red+Green+Blue) = 132+83+52=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #845334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845334 is #7BACCB. Grayscale: #5E5E5E. Windows color (decimal): -8105164 or 3429252. OLE color: 3429252.

HSL color Cylindrical-coordinate representation of color #845334: hue angle of 23.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845334 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1328352-
CMYK00.370.610.48
HSL23.25º43.48%36.08%-
HSV(B)23.25º60.61%51.76%-
XYZ13.2311.344.74-
YUV94.12104.23155.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=49.44%
G=31.09%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132835200.370.610.4823.2543.4836.08
Hex8453340253D30172b24
Octal204123640457560275344
Binary100001001010011110100010010111110111000010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845334; }

 p { color: rgb(132,83,52); }

 H1.HeaderClassName
 {
   color: #845334;
 }
 .AnyTagClassName
 {
   color: #845334;
 }
</style>
background-color css

<style>
 a { background-color: #845334; }

 a { background-color: rgb(132,83,52); }

 div.DivClassName
 {
   background-color: #845334;
 }
 .BgClassName
 {
   background-color: #845334;
 }
</style>
border-color css

<style>
 span { border-color: #845334; }

 span { border-color: rgb(132,83,52); }

 td.TdClassName
 {
   border-color: #845334;
 }
 .TagClassName
 {
   border-color: #845334;
 }
</style>