Html Css Color HEX #885029 Korma

📋 copy color: '#885029'

red 136 ◦ green 80 ◦ blue 41

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

Shades of Korma #885029

Tints of Korma #885029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 52.92%
G = 31.13%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#885029 (or 0x885029) is known color: Korma. HEX triplet: 88, 50 and 29. RGB value is (136,80,41). Sum of RGB (Red+Green+Blue) = 136+80+41=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #885029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885029 is #77AFD6. Grayscale: #5C5C5C. Windows color (decimal): -7843799 or 2707592. OLE color: 2707592.

HSL color Cylindrical-coordinate representation of color #885029: hue angle of 24.63º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #885029 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 41 -
CMYK 0 0.41 0.70 0.47
HSL 24.63º 0.54% 0.35% -
HSV(B) 24.63º 0.7% 0.53% -
XYZ 13.42 11.13 3.54 -
YUV 92.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 136 80 41 0 0.41 0.70 0.47 24.63 0.54 0.35
Hex 88 50 29 0 29 46 2F 19 36 23
Octal 210 120 51 0 51 106 57 31 66 43
Binary 10001000 1010000 101001 0 101001 1000110 101111 11001 110110 100011

Color Harmonies of #885029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885029

Black with #885029

Text Example


Text Example

White with #885029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885029; }

 p { color: rgb(136,80,41); }

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

background-color css

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

 a { background-color: rgb(136,80,41); }

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

border-color css

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

 span { border-color: rgb(136,80,41); }

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