Html Css Color HEX #885121 Korma

📋 copy color: '#885121'

red 136 ◦ green 81 ◦ blue 33

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

Shades of Korma #885121

Tints of Korma #885121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.2%

R = 54.4%
G = 32.4%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885121 (or 0x885121) is known color: Korma. HEX triplet: 88, 51 and 21. RGB value is (136,81,33). Sum of RGB (Red+Green+Blue) = 136+81+33=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885121 is #77AEDE. Grayscale: #5C5C5C. Windows color (decimal): -7843551 or 2183560. OLE color: 2183560.

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

Color convert

RGB 136 81 33 -
CMYK 0 0.40 0.76 0.47
HSL 27.96º 0.61% 0.33% -
HSV(B) 27.96º 0.76% 0.53% -
XYZ 13.37 11.23 2.9 -
YUV 91.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 136 81 33 0 0.40 0.76 0.47 27.96 0.61 0.33
Hex 88 51 21 0 28 4C 2F 1C 3D 21
Octal 210 121 41 0 50 114 57 34 75 41
Binary 10001000 1010001 100001 0 101000 1001100 101111 11100 111101 100001

Color Harmonies of #885121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885121

Black with #885121

Text Example


Text Example

White with #885121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885121; }

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

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

background-color css

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

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

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

border-color css

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

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

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