Html Css Color HEX #883018 Burnt Umber

📋 copy color: '#883018'

red 136 ◦ green 48 ◦ blue 24

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

Shades of Burnt Umber #883018

Tints of Burnt Umber #883018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 65.38%
G = 23.08%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#883018 (or 0x883018) is known color: Burnt Umber. HEX triplet: 88, 30 and 18. RGB value is (136,48,24). Sum of RGB (Red+Green+Blue) = 136+48+24=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #883018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883018 is #77CFE7. Grayscale: #474747. Windows color (decimal): -7852008 or 1585288. OLE color: 1585288.

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

Color convert

RGB 136 48 24 -
CMYK 0 0.65 0.82 0.47
HSL 12.86º 0.7% 0.31% -
HSV(B) 12.86º 0.82% 0.53% -
XYZ 11.38 7.41 1.7 -
YUV 71.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 136 48 24 0 0.65 0.82 0.47 12.86 0.7 0.31
Hex 88 30 18 0 41 52 2F D 46 1F
Octal 210 60 30 0 101 122 57 15 106 37
Binary 10001000 110000 11000 0 1000001 1010010 101111 1101 1000110 11111

Color Harmonies of #883018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883018

Black with #883018

Text Example


Text Example

White with #883018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883018; }

 p { color: rgb(136,48,24); }

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

background-color css

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

 a { background-color: rgb(136,48,24); }

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

border-color css

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

 span { border-color: rgb(136,48,24); }

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