Html Css Color HEX #8C351D Burnt Umber

📋 copy color: '#8C351D'

red 140 ◦ green 53 ◦ blue 29

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

Shades of Burnt Umber #8C351D

Tints of Burnt Umber #8C351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 63.06%
G = 23.87%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C351D (or 0x8C351D) is known color: Burnt Umber. HEX triplet: 8C, 35 and 1D. RGB value is (140,53,29). Sum of RGB (Red+Green+Blue) = 140+53+29=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C351D is #73CAE2. Grayscale: #4C4C4C. Windows color (decimal): -7588579 or 1914252. OLE color: 1914252.

HSL color Cylindrical-coordinate representation of color #8C351D: hue angle of 12.97º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C351D is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 53 29 -
CMYK 0 0.62 0.79 0.45
HSL 12.97º 0.66% 0.33% -
HSV(B) 12.97º 0.79% 0.55% -
XYZ 12.31 8.21 2.1 -
YUV 76.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 140 53 29 0 0.62 0.79 0.45 12.97 0.66 0.33
Hex 8C 35 1D 0 3E 4F 2D D 42 21
Octal 214 65 35 0 76 117 55 15 102 41
Binary 10001100 110101 11101 0 111110 1001111 101101 1101 1000010 100001

Color Harmonies of #8C351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C351D

Black with #8C351D

Text Example


Text Example

White with #8C351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,53,29); }

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

background-color css

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

 a { background-color: rgb(140,53,29); }

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

border-color css

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

 span { border-color: rgb(140,53,29); }

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