Html Css Color HEX #882914 Burnt Umber

📋 copy color: '#882914'

red 136 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #882914

Tints of Burnt Umber #882914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 69.04%
G = 20.81%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#882914 (or 0x882914) is known color: Burnt Umber. HEX triplet: 88, 29 and 14. RGB value is (136,41,20). Sum of RGB (Red+Green+Blue) = 136+41+20=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #882914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882914 is #77D6EB. Grayscale: #434343. Windows color (decimal): -7853804 or 1321352. OLE color: 1321352.

HSL color Cylindrical-coordinate representation of color #882914: hue angle of 10.86º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #882914 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 20 -
CMYK 0 0.70 0.85 0.47
HSL 10.86º 0.74% 0.31% -
HSV(B) 10.86º 0.85% 0.53% -
XYZ 11.07 6.87 1.4 -
YUV 67.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 136 41 20 0 0.70 0.85 0.47 10.86 0.74 0.31
Hex 88 29 14 0 46 55 2F B 4A 1F
Octal 210 51 24 0 106 125 57 13 112 37
Binary 10001000 101001 10100 0 1000110 1010101 101111 1011 1001010 11111

Color Harmonies of #882914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882914

Black with #882914

Text Example


Text Example

White with #882914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882914; }

 p { color: rgb(136,41,20); }

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

background-color css

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

 a { background-color: rgb(136,41,20); }

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

border-color css

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

 span { border-color: rgb(136,41,20); }

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