Html Css Color HEX #882913 Burnt Umber

📋 copy color: '#882913'

red 136 ◦ green 41 ◦ blue 19

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

Shades of Burnt Umber #882913

Tints of Burnt Umber #882913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 69.39%
G = 20.92%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#882913 (or 0x882913) is known color: Burnt Umber. HEX triplet: 88, 29 and 13. RGB value is (136,41,19). Sum of RGB (Red+Green+Blue) = 136+41+19=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #882913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882913 is #77D6EC. Grayscale: #434343. Windows color (decimal): -7853805 or 1255816. OLE color: 1255816.

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

Color convert

RGB 136 41 19 -
CMYK 0 0.70 0.86 0.47
HSL 11.28º 0.75% 0.3% -
HSV(B) 11.28º 0.86% 0.53% -
XYZ 11.06 6.87 1.36 -
YUV 66.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 136 41 19 0 0.70 0.86 0.47 11.28 0.75 0.3
Hex 88 29 13 0 46 56 2F B 4B 1E
Octal 210 51 23 0 106 126 57 13 113 36
Binary 10001000 101001 10011 0 1000110 1010110 101111 1011 1001011 11110

Color Harmonies of #882913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882913

Black with #882913

Text Example


Text Example

White with #882913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882913; }

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

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

background-color css

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

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

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

border-color css

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

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

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