Html Css Color HEX #883120 Burnt Umber

📋 copy color: '#883120'

red 136 ◦ green 49 ◦ blue 32

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

Shades of Burnt Umber #883120

Tints of Burnt Umber #883120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.58%

 BLUE value IS 32 (12.89% from 255) = 14.75%

R = 62.67%
G = 22.58%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#883120 (or 0x883120) is known color: Burnt Umber. HEX triplet: 88, 31 and 20. RGB value is (136,49,32). Sum of RGB (Red+Green+Blue) = 136+49+32=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #883120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883120 is #77CEDF. Grayscale: #494949. Windows color (decimal): -7851744 or 2109832. OLE color: 2109832.

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

Color convert

RGB 136 49 32 -
CMYK 0 0.64 0.76 0.47
HSL 9.81º 0.62% 0.33% -
HSV(B) 9.81º 0.76% 0.53% -
XYZ 11.51 7.54 2.21 -
YUV 73.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 136 49 32 0 0.64 0.76 0.47 9.81 0.62 0.33
Hex 88 31 20 0 40 4C 2F A 3E 21
Octal 210 61 40 0 100 114 57 12 76 41
Binary 10001000 110001 100000 0 1000000 1001100 101111 1010 111110 100001

Color Harmonies of #883120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883120

Black with #883120

Text Example


Text Example

White with #883120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883120; }

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

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

background-color css

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

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

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

border-color css

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

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

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