Html Css Color HEX #882D1A Burnt Umber

📋 copy color: '#882D1A'

red 136 ◦ green 45 ◦ blue 26

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

Shades of Burnt Umber #882D1A

Tints of Burnt Umber #882D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 65.7%
G = 21.74%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#882D1A (or 0x882D1A) is known color: Burnt Umber. HEX triplet: 88, 2D and 1A. RGB value is (136,45,26). Sum of RGB (Red+Green+Blue) = 136+45+26=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #882D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D1A is #77D2E5. Grayscale: #464646. Windows color (decimal): -7852774 or 1715592. OLE color: 1715592.

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

Color convert

RGB 136 45 26 -
CMYK 0 0.67 0.81 0.47
HSL 10.36º 0.68% 0.32% -
HSV(B) 10.36º 0.81% 0.53% -
XYZ 11.28 7.19 1.77 -
YUV 70.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 136 45 26 0 0.67 0.81 0.47 10.36 0.68 0.32
Hex 88 2D 1A 0 43 51 2F A 44 20
Octal 210 55 32 0 103 121 57 12 104 40
Binary 10001000 101101 11010 0 1000011 1010001 101111 1010 1000100 100000

Color Harmonies of #882D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D1A

Black with #882D1A

Text Example


Text Example

White with #882D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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