Html Css Color HEX #88331B Burnt Umber

📋 copy color: '#88331B'

red 136 ◦ green 51 ◦ blue 27

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

Shades of Burnt Umber #88331B

Tints of Burnt Umber #88331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.62%

R = 63.55%
G = 23.83%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#88331B (or 0x88331B) is known color: Burnt Umber. HEX triplet: 88, 33 and 1B. RGB value is (136,51,27). Sum of RGB (Red+Green+Blue) = 136+51+27=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88331B is #77CCE4. Grayscale: #494949. Windows color (decimal): -7851237 or 1782664. OLE color: 1782664.

HSL color Cylindrical-coordinate representation of color #88331B: hue angle of 13.21º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88331B is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 27 -
CMYK 0 0.62 0.80 0.47
HSL 13.21º 0.67% 0.32% -
HSV(B) 13.21º 0.8% 0.53% -
XYZ 11.54 7.68 1.91 -
YUV 73.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 136 51 27 0 0.62 0.80 0.47 13.21 0.67 0.32
Hex 88 33 1B 0 3E 50 2F D 43 20
Octal 210 63 33 0 76 120 57 15 103 40
Binary 10001000 110011 11011 0 111110 1010000 101111 1101 1000011 100000

Color Harmonies of #88331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88331B

Black with #88331B

Text Example


Text Example

White with #88331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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