Html Css Color HEX #885128 Korma

📋 copy color: '#885128'

red 136 ◦ green 81 ◦ blue 40

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

Shades of Korma #885128

Tints of Korma #885128

RGB

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

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

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

R = 52.92%
G = 31.52%
B = 15.56%

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

#885128 (or 0x885128) is known color: Korma. HEX triplet: 88, 51 and 28. RGB value is (136,81,40). Sum of RGB (Red+Green+Blue) = 136+81+40=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #885128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885128 is #77AED7. Grayscale: #5C5C5C. Windows color (decimal): -7843544 or 2642312. OLE color: 2642312.

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

Color convert

RGB 136 81 40 -
CMYK 0 0.40 0.71 0.47
HSL 25.63º 0.55% 0.35% -
HSV(B) 25.63º 0.71% 0.53% -
XYZ 13.48 11.27 3.47 -
YUV 92.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 136 81 40 0 0.40 0.71 0.47 25.63 0.55 0.35
Hex 88 51 28 0 28 47 2F 1A 37 23
Octal 210 121 50 0 50 107 57 32 67 43
Binary 10001000 1010001 101000 0 101000 1000111 101111 11010 110111 100011

Color Harmonies of #885128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885128

Black with #885128

Text Example


Text Example

White with #885128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885128; }

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

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

background-color css

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

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

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

border-color css

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

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

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