Html Css Color HEX #882C1E Burnt Umber

📋 copy color: '#882C1E'

red 136 ◦ green 44 ◦ blue 30

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

Shades of Burnt Umber #882C1E

Tints of Burnt Umber #882C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.95%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 64.76%
G = 20.95%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#882C1E (or 0x882C1E) is known color: Burnt Umber. HEX triplet: 88, 2C and 1E. RGB value is (136,44,30). Sum of RGB (Red+Green+Blue) = 136+44+30=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #882C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C1E is #77D3E1. Grayscale: #464646. Windows color (decimal): -7853026 or 1977480. OLE color: 1977480.

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

Color convert

RGB 136 44 30 -
CMYK 0 0.68 0.78 0.47
HSL 7.92º 0.64% 0.33% -
HSV(B) 7.92º 0.78% 0.53% -
XYZ 11.29 7.13 2.01 -
YUV 69.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 136 44 30 0 0.68 0.78 0.47 7.92 0.64 0.33
Hex 88 2C 1E 0 44 4E 2F 8 40 21
Octal 210 54 36 0 104 116 57 10 100 41
Binary 10001000 101100 11110 0 1000100 1001110 101111 1000 1000000 100001

Color Harmonies of #882C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C1E

Black with #882C1E

Text Example


Text Example

White with #882C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,44,30); }

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

background-color css

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

 a { background-color: rgb(136,44,30); }

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

border-color css

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

 span { border-color: rgb(136,44,30); }

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