Html Css Color HEX #88281A Burnt Umber

📋 copy color: '#88281A'

red 136 ◦ green 40 ◦ blue 26

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

Shades of Burnt Umber #88281A

Tints of Burnt Umber #88281A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 67.33%
G = 19.8%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#88281A (or 0x88281A) is known color: Burnt Umber. HEX triplet: 88, 28 and 1A. RGB value is (136,40,26). Sum of RGB (Red+Green+Blue) = 136+40+26=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88281A is #77D7E5. Grayscale: #434343. Windows color (decimal): -7854054 or 1714312. OLE color: 1714312.

HSL color Cylindrical-coordinate representation of color #88281A: hue angle of 7.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88281A is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 26 -
CMYK 0 0.71 0.81 0.47
HSL 7.64º 0.68% 0.32% -
HSV(B) 7.64º 0.81% 0.53% -
XYZ 11.1 6.83 1.71 -
YUV 67.11 104.8 177.14 -
System Red Green Blue C M Y K H S L
Decimal 136 40 26 0 0.71 0.81 0.47 7.64 0.68 0.32
Hex 88 28 1A 0 47 51 2F 8 44 20
Octal 210 50 32 0 107 121 57 10 104 40
Binary 10001000 101000 11010 0 1000111 1010001 101111 1000 1000100 100000

Color Harmonies of #88281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88281A

Black with #88281A

Text Example


Text Example

White with #88281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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