Html Css Color HEX #885132 Korma

📋 copy color: '#885132'

red 136 ◦ green 81 ◦ blue 50

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

Shades of Korma #885132

Tints of Korma #885132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 50.94%
G = 30.34%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#885132 (or 0x885132) is known color: Korma. HEX triplet: 88, 51 and 32. RGB value is (136,81,50). Sum of RGB (Red+Green+Blue) = 136+81+50=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #885132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885132 is #77AECD. Grayscale: #5E5E5E. Windows color (decimal): -7843534 or 3297672. OLE color: 3297672.

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

Color convert

RGB 136 81 50 -
CMYK 0 0.40 0.63 0.47
HSL 21.63º 0.46% 0.36% -
HSV(B) 21.63º 0.63% 0.53% -
XYZ 13.67 11.35 4.49 -
YUV 93.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 136 81 50 0 0.40 0.63 0.47 21.63 0.46 0.36
Hex 88 51 32 0 28 3F 2F 16 2E 24
Octal 210 121 62 0 50 77 57 26 56 44
Binary 10001000 1010001 110010 0 101000 111111 101111 10110 101110 100100

Color Harmonies of #885132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885132

Black with #885132

Text Example


Text Example

White with #885132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885132; }

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

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

background-color css

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

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

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

border-color css

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

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

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