Html Css Color HEX #882713 Burnt Umber

📋 copy color: '#882713'

red 136 ◦ green 39 ◦ blue 19

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

Shades of Burnt Umber #882713

Tints of Burnt Umber #882713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

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

R = 70.1%
G = 20.1%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#882713 (or 0x882713) is known color: Burnt Umber. HEX triplet: 88, 27 and 13. RGB value is (136,39,19). Sum of RGB (Red+Green+Blue) = 136+39+19=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #882713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882713 is #77D8EC. Grayscale: #414141. Windows color (decimal): -7854317 or 1255304. OLE color: 1255304.

HSL color Cylindrical-coordinate representation of color #882713: hue angle of 10.26º 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 #882713 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 39 19 -
CMYK 0 0.71 0.86 0.47
HSL 10.26º 0.75% 0.3% -
HSV(B) 10.26º 0.86% 0.53% -
XYZ 11 6.73 1.34 -
YUV 65.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 136 39 19 0 0.71 0.86 0.47 10.26 0.75 0.3
Hex 88 27 13 0 47 56 2F A 4B 1E
Octal 210 47 23 0 107 126 57 12 113 36
Binary 10001000 100111 10011 0 1000111 1010110 101111 1010 1001011 11110

Color Harmonies of #882713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882713

Black with #882713

Text Example


Text Example

White with #882713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882713; }

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

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

background-color css

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

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

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

border-color css

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

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

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