Html Css Color HEX #882D12 Burnt Umber

📋 copy color: '#882D12'

red 136 ◦ green 45 ◦ blue 18

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

Shades of Burnt Umber #882D12

Tints of Burnt Umber #882D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.61%

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

R = 68.34%
G = 22.61%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#882D12 (or 0x882D12) is known color: Burnt Umber. HEX triplet: 88, 2D and 12. RGB value is (136,45,18). Sum of RGB (Red+Green+Blue) = 136+45+18=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #882D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D12 is #77D2ED. Grayscale: #454545. Windows color (decimal): -7852782 or 1191304. OLE color: 1191304.

HSL color Cylindrical-coordinate representation of color #882D12: hue angle of 13.73º 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 #882D12 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 45 18 -
CMYK 0 0.67 0.87 0.47
HSL 13.73º 0.77% 0.3% -
HSV(B) 13.73º 0.87% 0.53% -
XYZ 11.2 7.15 1.36 -
YUV 69.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 136 45 18 0 0.67 0.87 0.47 13.73 0.77 0.3
Hex 88 2D 12 0 43 57 2F E 4D 1E
Octal 210 55 22 0 103 127 57 16 115 36
Binary 10001000 101101 10010 0 1000011 1010111 101111 1110 1001101 11110

Color Harmonies of #882D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D12

Black with #882D12

Text Example


Text Example

White with #882D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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