Html Css Color HEX #882D1B Burnt Umber

📋 copy color: '#882D1B'

red 136 ◦ green 45 ◦ blue 27

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

Shades of Burnt Umber #882D1B

Tints of Burnt Umber #882D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 65.38%
G = 21.63%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#882D1B (or 0x882D1B) is known color: Burnt Umber. HEX triplet: 88, 2D and 1B. RGB value is (136,45,27). Sum of RGB (Red+Green+Blue) = 136+45+27=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #882D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D1B is #77D2E4. Grayscale: #464646. Windows color (decimal): -7852773 or 1781128. OLE color: 1781128.

HSL color Cylindrical-coordinate representation of color #882D1B: hue angle of 9.91º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882D1B is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 45 27 -
CMYK 0 0.67 0.80 0.47
HSL 9.91º 0.67% 0.32% -
HSV(B) 9.91º 0.8% 0.53% -
XYZ 11.29 7.19 1.83 -
YUV 70.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 136 45 27 0 0.67 0.80 0.47 9.91 0.67 0.32
Hex 88 2D 1B 0 43 50 2F A 43 20
Octal 210 55 33 0 103 120 57 12 103 40
Binary 10001000 101101 11011 0 1000011 1010000 101111 1010 1000011 100000

Color Harmonies of #882D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D1B

Black with #882D1B

Text Example


Text Example

White with #882D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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