Html Css Color HEX #88301A Burnt Umber

📋 copy color: '#88301A'

red 136 ◦ green 48 ◦ blue 26

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

Shades of Burnt Umber #88301A

Tints of Burnt Umber #88301A

RGB

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

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

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

R = 64.76%
G = 22.86%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#88301A (or 0x88301A) is known color: Burnt Umber. HEX triplet: 88, 30 and 1A. RGB value is (136,48,26). Sum of RGB (Red+Green+Blue) = 136+48+26=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #88301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88301A is #77CFE5. Grayscale: #474747. Windows color (decimal): -7852006 or 1716360. OLE color: 1716360.

HSL color Cylindrical-coordinate representation of color #88301A: hue angle of 12º 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 #88301A is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 26 -
CMYK 0 0.65 0.81 0.47
HSL 12º 0.68% 0.32% -
HSV(B) 12º 0.81% 0.53% -
XYZ 11.4 7.42 1.81 -
YUV 71.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 136 48 26 0 0.65 0.81 0.47 12 0.68 0.32
Hex 88 30 1A 0 41 51 2F C 44 20
Octal 210 60 32 0 101 121 57 14 104 40
Binary 10001000 110000 11010 0 1000001 1010001 101111 1100 1000100 100000

Color Harmonies of #88301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88301A

Black with #88301A

Text Example


Text Example

White with #88301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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