Html Css Color HEX #885631 Korma

📋 copy color: '#885631'

red 136 ◦ green 86 ◦ blue 49

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

Shades of Korma #885631

Tints of Korma #885631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 50.18%
G = 31.73%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#885631 (or 0x885631) is known color: Korma. HEX triplet: 88, 56 and 31. RGB value is (136,86,49). Sum of RGB (Red+Green+Blue) = 136+86+49=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #885631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885631 is #77A9CE. Grayscale: #606060. Windows color (decimal): -7842255 or 3233416. OLE color: 3233416.

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

Color convert

RGB 136 86 49 -
CMYK 0 0.37 0.64 0.47
HSL 25.52º 0.47% 0.36% -
HSV(B) 25.52º 0.64% 0.53% -
XYZ 14.04 12.11 4.5 -
YUV 96.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 136 86 49 0 0.37 0.64 0.47 25.52 0.47 0.36
Hex 88 56 31 0 25 40 2F 1A 2F 24
Octal 210 126 61 0 45 100 57 32 57 44
Binary 10001000 1010110 110001 0 100101 1000000 101111 11010 101111 100100

Color Harmonies of #885631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885631

Black with #885631

Text Example


Text Example

White with #885631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885631; }

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

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

background-color css

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

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

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

border-color css

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

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

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