Html Css Color HEX #883314 Burnt Umber

📋 copy color: '#883314'

red 136 ◦ green 51 ◦ blue 20

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

Shades of Burnt Umber #883314

Tints of Burnt Umber #883314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

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

R = 65.7%
G = 24.64%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#883314 (or 0x883314) is known color: Burnt Umber. HEX triplet: 88, 33 and 14. RGB value is (136,51,20). Sum of RGB (Red+Green+Blue) = 136+51+20=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #883314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883314 is #77CCEB. Grayscale: #494949. Windows color (decimal): -7851244 or 1323912. OLE color: 1323912.

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

Color convert

RGB 136 51 20 -
CMYK 0 0.62 0.85 0.47
HSL 16.03º 0.74% 0.31% -
HSV(B) 16.03º 0.85% 0.53% -
XYZ 11.46 7.65 1.53 -
YUV 72.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 136 51 20 0 0.62 0.85 0.47 16.03 0.74 0.31
Hex 88 33 14 0 3E 55 2F 10 4A 1F
Octal 210 63 24 0 76 125 57 20 112 37
Binary 10001000 110011 10100 0 111110 1010101 101111 10000 1001010 11111

Color Harmonies of #883314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883314

Black with #883314

Text Example


Text Example

White with #883314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883314; }

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

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

background-color css

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

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

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

border-color css

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

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

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