Html Css Color HEX #885129 Korma

📋 copy color: '#885129'

red 136 ◦ green 81 ◦ blue 41

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

Shades of Korma #885129

Tints of Korma #885129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

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

R = 52.71%
G = 31.4%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#885129 (or 0x885129) is known color: Korma. HEX triplet: 88, 51 and 29. RGB value is (136,81,41). Sum of RGB (Red+Green+Blue) = 136+81+41=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #885129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885129 is #77AED6. Grayscale: #5D5D5D. Windows color (decimal): -7843543 or 2707848. OLE color: 2707848.

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

Color convert

RGB 136 81 41 -
CMYK 0 0.40 0.70 0.47
HSL 25.26º 0.54% 0.35% -
HSV(B) 25.26º 0.7% 0.53% -
XYZ 13.5 11.28 3.56 -
YUV 92.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 136 81 41 0 0.40 0.70 0.47 25.26 0.54 0.35
Hex 88 51 29 0 28 46 2F 19 36 23
Octal 210 121 51 0 50 106 57 31 66 43
Binary 10001000 1010001 101001 0 101000 1000110 101111 11001 110110 100011

Color Harmonies of #885129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885129

Black with #885129

Text Example


Text Example

White with #885129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885129; }

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

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

background-color css

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

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

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

border-color css

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

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

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