Html Css Color HEX #882F0D Burnt Umber

📋 copy color: '#882F0D'

red 136 ◦ green 47 ◦ blue 13

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

Shades of Burnt Umber #882F0D

Tints of Burnt Umber #882F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.98%

 BLUE value IS 13 (5.47% from 255) = 6.63%

R = 69.39%
G = 23.98%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#882F0D (or 0x882F0D) is known color: Burnt Umber. HEX triplet: 88, 2F and 0D. RGB value is (136,47,13). Sum of RGB (Red+Green+Blue) = 136+47+13=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #882F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F0D is #77D0F2. Grayscale: #454545. Windows color (decimal): -7852275 or 864136. OLE color: 864136.

HSL color Cylindrical-coordinate representation of color #882F0D: hue angle of 16.59º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #882F0D is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 13 -
CMYK 0 0.65 0.90 0.47
HSL 16.59º 0.83% 0.29% -
HSV(B) 16.59º 0.9% 0.53% -
XYZ 11.24 7.3 1.2 -
YUV 69.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 136 47 13 0 0.65 0.90 0.47 16.59 0.83 0.29
Hex 88 2F D 0 41 5A 2F 11 53 1D
Octal 210 57 15 0 101 132 57 21 123 35
Binary 10001000 101111 1101 0 1000001 1011010 101111 10001 1010011 11101

Color Harmonies of #882F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F0D

Black with #882F0D

Text Example


Text Example

White with #882F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,47,13); }

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

background-color css

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

 a { background-color: rgb(136,47,13); }

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

border-color css

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

 span { border-color: rgb(136,47,13); }

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