Html Css Color HEX #885222 Korma

📋 copy color: '#885222'

red 136 ◦ green 82 ◦ blue 34

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

Shades of Korma #885222

Tints of Korma #885222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 53.97%
G = 32.54%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#885222 (or 0x885222) is known color: Korma. HEX triplet: 88, 52 and 22. RGB value is (136,82,34). Sum of RGB (Red+Green+Blue) = 136+82+34=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #885222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885222 is #77ADDD. Grayscale: #5C5C5C. Windows color (decimal): -7843294 or 2249352. OLE color: 2249352.

HSL color Cylindrical-coordinate representation of color #885222: hue angle of 28.24º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #885222 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 34 -
CMYK 0 0.40 0.75 0.47
HSL 28.24º 0.6% 0.33% -
HSV(B) 28.24º 0.75% 0.53% -
XYZ 13.46 11.38 3 -
YUV 92.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 136 82 34 0 0.40 0.75 0.47 28.24 0.6 0.33
Hex 88 52 22 0 28 4B 2F 1C 3C 21
Octal 210 122 42 0 50 113 57 34 74 41
Binary 10001000 1010010 100010 0 101000 1001011 101111 11100 111100 100001

Color Harmonies of #885222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885222

Black with #885222

Text Example


Text Example

White with #885222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885222; }

 p { color: rgb(136,82,34); }

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

background-color css

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

 a { background-color: rgb(136,82,34); }

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

border-color css

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

 span { border-color: rgb(136,82,34); }

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