Html Css Color HEX #885632 Korma

📋 copy color: '#885632'

red 136 ◦ green 86 ◦ blue 50

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

Shades of Korma #885632

Tints of Korma #885632

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 50%
G = 31.62%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#885632 (or 0x885632) is known color: Korma. HEX triplet: 88, 56 and 32. RGB value is (136,86,50). Sum of RGB (Red+Green+Blue) = 136+86+50=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #885632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885632 is #77A9CD. Grayscale: #616161. Windows color (decimal): -7842254 or 3298952. OLE color: 3298952.

HSL color Cylindrical-coordinate representation of color #885632: hue angle of 25.12º 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 #885632 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 86 50 -
CMYK 0 0.37 0.63 0.47
HSL 25.12º 0.46% 0.36% -
HSV(B) 25.12º 0.63% 0.53% -
XYZ 14.06 12.12 4.62 -
YUV 96.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 136 86 50 0 0.37 0.63 0.47 25.12 0.46 0.36
Hex 88 56 32 0 25 3F 2F 19 2E 24
Octal 210 126 62 0 45 77 57 31 56 44
Binary 10001000 1010110 110010 0 100101 111111 101111 11001 101110 100100

Color Harmonies of #885632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885632

Black with #885632

Text Example


Text Example

White with #885632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885632; }

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

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

background-color css

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

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

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

border-color css

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

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

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