Html Css Color HEX #885432 Korma

📋 copy color: '#885432'

red 136 ◦ green 84 ◦ blue 50

#885432
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #885432

Tints of Korma #885432

RGB

 RED value IS 136 (53.52% from 255) = 50.37%

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 50.37%
G = 31.11%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#885432 (or 0x885432) is known color: Korma. HEX triplet: 88, 54 and 32. RGB value is (136,84,50). Sum of RGB (Red+Green+Blue) = 136+84+50=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #885432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885432 is #77ABCD. Grayscale: #5F5F5F. Windows color (decimal): -7842766 or 3298440. OLE color: 3298440.

HSL color Cylindrical-coordinate representation of color #885432: hue angle of 23.72º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885432 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 84 50 -
CMYK 0 0.38 0.63 0.47
HSL 23.72º 0.46% 0.36% -
HSV(B) 23.72º 0.63% 0.53% -
XYZ 13.9 11.81 4.56 -
YUV 95.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 136 84 50 0 0.38 0.63 0.47 23.72 0.46 0.36
Hex 88 54 32 0 26 3F 2F 18 2E 24
Octal 210 124 62 0 46 77 57 30 56 44
Binary 10001000 1010100 110010 0 100110 111111 101111 11000 101110 100100

Color Harmonies of #885432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885432

Black with #885432

Text Example


Text Example

White with #885432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885432; }

 p { color: rgb(136,84,50); }

 H1.HeaderClassName
 {
   color: #885432;
 }
 .AnyTagClassName
 {
   color: #885432;
 }
</style>

background-color css

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

 a { background-color: rgb(136,84,50); }

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

border-color css

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

 span { border-color: rgb(136,84,50); }

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