Html Css Color HEX #885031 Korma

📋 copy color: '#885031'

red 136 ◦ green 80 ◦ blue 49

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

Shades of Korma #885031

Tints of Korma #885031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 51.32%
G = 30.19%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#885031 (or 0x885031) is known color: Korma. HEX triplet: 88, 50 and 31. RGB value is (136,80,49). Sum of RGB (Red+Green+Blue) = 136+80+49=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #885031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885031 is #77AFCE. Grayscale: #5D5D5D. Windows color (decimal): -7843791 or 3231880. OLE color: 3231880.

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

Color convert

RGB 136 80 49 -
CMYK 0 0.41 0.64 0.47
HSL 21.38º 0.47% 0.36% -
HSV(B) 21.38º 0.64% 0.53% -
XYZ 13.58 11.19 4.35 -
YUV 93.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 136 80 49 0 0.41 0.64 0.47 21.38 0.47 0.36
Hex 88 50 31 0 29 40 2F 15 2F 24
Octal 210 120 61 0 51 100 57 25 57 44
Binary 10001000 1010000 110001 0 101001 1000000 101111 10101 101111 100100

Color Harmonies of #885031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885031

Black with #885031

Text Example


Text Example

White with #885031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885031; }

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

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

background-color css

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

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

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

border-color css

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

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

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