Html Css Color HEX #885431 Korma

📋 copy color: '#885431'

red 136 ◦ green 84 ◦ blue 49

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

Shades of Korma #885431

Tints of Korma #885431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 50.56%
G = 31.23%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#885431 (or 0x885431) is known color: Korma. HEX triplet: 88, 54 and 31. RGB value is (136,84,49). Sum of RGB (Red+Green+Blue) = 136+84+49=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #885431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885431 is #77ABCE. Grayscale: #5F5F5F. Windows color (decimal): -7842767 or 3232904. OLE color: 3232904.

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

Color convert

RGB 136 84 49 -
CMYK 0 0.38 0.64 0.47
HSL 24.14º 0.47% 0.36% -
HSV(B) 24.14º 0.64% 0.53% -
XYZ 13.88 11.8 4.45 -
YUV 95.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 136 84 49 0 0.38 0.64 0.47 24.14 0.47 0.36
Hex 88 54 31 0 26 40 2F 18 2F 24
Octal 210 124 61 0 46 100 57 30 57 44
Binary 10001000 1010100 110001 0 100110 1000000 101111 11000 101111 100100

Color Harmonies of #885431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885431

Black with #885431

Text Example


Text Example

White with #885431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885431; }

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

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

background-color css

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

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

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

border-color css

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

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

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