Html Css Color HEX #8C341C Burnt Umber

📋 copy color: '#8C341C'

red 140 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #8C341C

Tints of Burnt Umber #8C341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 63.64%
G = 23.64%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C341C (or 0x8C341C) is known color: Burnt Umber. HEX triplet: 8C, 34 and 1C. RGB value is (140,52,28). Sum of RGB (Red+Green+Blue) = 140+52+28=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C341C is #73CBE3. Grayscale: #4B4B4B. Windows color (decimal): -7588836 or 1848460. OLE color: 1848460.

HSL color Cylindrical-coordinate representation of color #8C341C: hue angle of 12.86º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C341C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 52 28 -
CMYK 0 0.63 0.80 0.45
HSL 12.86º 0.67% 0.33% -
HSV(B) 12.86º 0.8% 0.55% -
XYZ 12.25 8.12 2.02 -
YUV 75.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 140 52 28 0 0.63 0.80 0.45 12.86 0.67 0.33
Hex 8C 34 1C 0 3F 50 2D D 43 21
Octal 214 64 34 0 77 120 55 15 103 41
Binary 10001100 110100 11100 0 111111 1010000 101101 1101 1000011 100001

Color Harmonies of #8C341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C341C

Black with #8C341C

Text Example


Text Example

White with #8C341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,52,28); }

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

background-color css

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

 a { background-color: rgb(140,52,28); }

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

border-color css

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

 span { border-color: rgb(140,52,28); }

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