Html Css Color HEX #885131 Korma

📋 copy color: '#885131'

red 136 ◦ green 81 ◦ blue 49

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

Shades of Korma #885131

Tints of Korma #885131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 51.13%
G = 30.45%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#885131 (or 0x885131) is known color: Korma. HEX triplet: 88, 51 and 31. RGB value is (136,81,49). Sum of RGB (Red+Green+Blue) = 136+81+49=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #885131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885131 is #77AECE. Grayscale: #5D5D5D. Windows color (decimal): -7843535 or 3232136. OLE color: 3232136.

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

Color convert

RGB 136 81 49 -
CMYK 0 0.40 0.64 0.47
HSL 22.07º 0.47% 0.36% -
HSV(B) 22.07º 0.64% 0.53% -
XYZ 13.65 11.34 4.38 -
YUV 93.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 136 81 49 0 0.40 0.64 0.47 22.07 0.47 0.36
Hex 88 51 31 0 28 40 2F 16 2F 24
Octal 210 121 61 0 50 100 57 26 57 44
Binary 10001000 1010001 110001 0 101000 1000000 101111 10110 101111 100100

Color Harmonies of #885131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885131

Black with #885131

Text Example


Text Example

White with #885131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885131; }

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

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

background-color css

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

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

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

border-color css

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

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

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