#845434

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

Shades of Korma #845434

Tints of Korma #845434

Color information

#845434 (or 0x845434) is unknown color: approx Korma. HEX triplet: 84, 54 and 34. RGB value is (132,84,52). Sum of RGB (Red+Green+Blue) = 132+84+52=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #845434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845434 is #7BABCB. Grayscale: #5E5E5E. Windows color (decimal): -8104908 or 3429508. OLE color: 3429508.

HSL color Cylindrical-coordinate representation of color #845434: hue angle of 24º 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 #845434 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1328452-
CMYK00.360.610.48
HSL24º43.48%36.08%-
HSV(B)24º60.61%51.76%-
XYZ13.3111.494.77-
YUV94.7103.9154.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=49.25%
G=31.34%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132845200.360.610.482443.4836.08
Hex8454340243D30182b24
Octal204124640447560305344
Binary100001001010100110100010010011110111000011000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845434; }

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

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

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

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

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

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

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

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