Html Css Color HEX #883012 Burnt Umber

📋 copy color: '#883012'

red 136 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #883012

Tints of Burnt Umber #883012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.76%

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 67.33%
G = 23.76%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#883012 (or 0x883012) is known color: Burnt Umber. HEX triplet: 88, 30 and 12. RGB value is (136,48,18). Sum of RGB (Red+Green+Blue) = 136+48+18=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #883012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883012 is #77CFED. Grayscale: #474747. Windows color (decimal): -7852014 or 1192072. OLE color: 1192072.

HSL color Cylindrical-coordinate representation of color #883012: hue angle of 15.25º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #883012 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 18 -
CMYK 0 0.65 0.87 0.47
HSL 15.25º 0.77% 0.3% -
HSV(B) 15.25º 0.87% 0.53% -
XYZ 11.32 7.39 1.4 -
YUV 70.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 136 48 18 0 0.65 0.87 0.47 15.25 0.77 0.3
Hex 88 30 12 0 41 57 2F F 4D 1E
Octal 210 60 22 0 101 127 57 17 115 36
Binary 10001000 110000 10010 0 1000001 1010111 101111 1111 1001101 11110

Color Harmonies of #883012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883012

Black with #883012

Text Example


Text Example

White with #883012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883012; }

 p { color: rgb(136,48,18); }

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

background-color css

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

 a { background-color: rgb(136,48,18); }

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

border-color css

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

 span { border-color: rgb(136,48,18); }

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