Html Css Color HEX #88280E Burnt Umber

📋 copy color: '#88280E'

red 136 ◦ green 40 ◦ blue 14

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

Shades of Burnt Umber #88280E

Tints of Burnt Umber #88280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 71.58%
G = 21.05%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88280E (or 0x88280E) is known color: Burnt Umber. HEX triplet: 88, 28 and 0E. RGB value is (136,40,14). Sum of RGB (Red+Green+Blue) = 136+40+14=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #88280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88280E is #77D7F1. Grayscale: #414141. Windows color (decimal): -7854066 or 927880. OLE color: 927880.

HSL color Cylindrical-coordinate representation of color #88280E: hue angle of 12.79º degrees, saturation: 0.81, 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 #88280E is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 14 -
CMYK 0 0.71 0.90 0.47
HSL 12.79º 0.81% 0.29% -
HSV(B) 12.79º 0.9% 0.53% -
XYZ 10.99 6.78 1.15 -
YUV 65.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 136 40 14 0 0.71 0.90 0.47 12.79 0.81 0.29
Hex 88 28 E 0 47 5A 2F D 51 1D
Octal 210 50 16 0 107 132 57 15 121 35
Binary 10001000 101000 1110 0 1000111 1011010 101111 1101 1010001 11101

Color Harmonies of #88280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88280E

Black with #88280E

Text Example


Text Example

White with #88280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88280E; }

 p { color: rgb(136,40,14); }

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

background-color css

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

 a { background-color: rgb(136,40,14); }

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

border-color css

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

 span { border-color: rgb(136,40,14); }

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