Html Css Color HEX #8C3319 Burnt Umber

📋 copy color: '#8C3319'

red 140 ◦ green 51 ◦ blue 25

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

Shades of Burnt Umber #8C3319

Tints of Burnt Umber #8C3319

RGB

 RED value IS 140 (55.08% from 255) = 64.81%

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

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 64.81%
G = 23.61%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C3319 (or 0x8C3319) is known color: Burnt Umber. HEX triplet: 8C, 33 and 19. RGB value is (140,51,25). Sum of RGB (Red+Green+Blue) = 140+51+25=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3319 is #73CCE6. Grayscale: #4A4A4A. Windows color (decimal): -7589095 or 1651596. OLE color: 1651596.

HSL color Cylindrical-coordinate representation of color #8C3319: hue angle of 13.57º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C3319 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 51 25 -
CMYK 0 0.64 0.82 0.45
HSL 13.57º 0.7% 0.32% -
HSV(B) 13.57º 0.82% 0.55% -
XYZ 12.17 8.01 1.82 -
YUV 74.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 140 51 25 0 0.64 0.82 0.45 13.57 0.7 0.32
Hex 8C 33 19 0 40 52 2D E 46 20
Octal 214 63 31 0 100 122 55 16 106 40
Binary 10001100 110011 11001 0 1000000 1010010 101101 1110 1000110 100000

Color Harmonies of #8C3319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3319

Black with #8C3319

Text Example


Text Example

White with #8C3319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C3319; }

 p { color: rgb(140,51,25); }

 H1.HeaderClassName
 {
   color: #8C3319;
 }
 .AnyTagClassName
 {
   color: #8C3319;
 }
</style>

background-color css

<style>
 a { background-color: #8C3319; }

 a { background-color: rgb(140,51,25); }

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

border-color css

<style>
 span { border-color: #8C3319; }

 span { border-color: rgb(140,51,25); }

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