Html Css Color HEX #88341F Burnt Umber

📋 copy color: '#88341F'

red 136 ◦ green 52 ◦ blue 31

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

Shades of Burnt Umber #88341F

Tints of Burnt Umber #88341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

 BLUE value IS 31 (12.5% from 255) = 14.16%

R = 62.1%
G = 23.74%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88341F (or 0x88341F) is known color: Burnt Umber. HEX triplet: 88, 34 and 1F. RGB value is (136,52,31). Sum of RGB (Red+Green+Blue) = 136+52+31=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88341F is #77CBE0. Grayscale: #4A4A4A. Windows color (decimal): -7850977 or 2045064. OLE color: 2045064.

HSL color Cylindrical-coordinate representation of color #88341F: hue angle of 12º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88341F is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 52 31 -
CMYK 0 0.62 0.77 0.47
HSL 12º 0.63% 0.33% -
HSV(B) 12º 0.77% 0.53% -
XYZ 11.63 7.79 2.19 -
YUV 74.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 136 52 31 0 0.62 0.77 0.47 12 0.63 0.33
Hex 88 34 1F 0 3E 4D 2F C 3F 21
Octal 210 64 37 0 76 115 57 14 77 41
Binary 10001000 110100 11111 0 111110 1001101 101111 1100 111111 100001

Color Harmonies of #88341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88341F

Black with #88341F

Text Example


Text Example

White with #88341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88341F; }

 p { color: rgb(136,52,31); }

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

background-color css

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

 a { background-color: rgb(136,52,31); }

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

border-color css

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

 span { border-color: rgb(136,52,31); }

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