Html Css Color HEX #885228 Korma

📋 copy color: '#885228'

red 136 ◦ green 82 ◦ blue 40

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

Shades of Korma #885228

Tints of Korma #885228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 52.71%
G = 31.78%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#885228 (or 0x885228) is known color: Korma. HEX triplet: 88, 52 and 28. RGB value is (136,82,40). Sum of RGB (Red+Green+Blue) = 136+82+40=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #885228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885228 is #77ADD7. Grayscale: #5D5D5D. Windows color (decimal): -7843288 or 2642568. OLE color: 2642568.

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

Color convert

RGB 136 82 40 -
CMYK 0 0.40 0.71 0.47
HSL 26.25º 0.55% 0.35% -
HSV(B) 26.25º 0.71% 0.53% -
XYZ 13.55 11.42 3.5 -
YUV 93.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 136 82 40 0 0.40 0.71 0.47 26.25 0.55 0.35
Hex 88 52 28 0 28 47 2F 1A 37 23
Octal 210 122 50 0 50 107 57 32 67 43
Binary 10001000 1010010 101000 0 101000 1000111 101111 11010 110111 100011

Color Harmonies of #885228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885228

Black with #885228

Text Example


Text Example

White with #885228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885228; }

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

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

background-color css

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

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

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

border-color css

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

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

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