Html Css Color HEX #8C341A Burnt Umber

📋 copy color: '#8C341A'

red 140 ◦ green 52 ◦ blue 26

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

Shades of Burnt Umber #8C341A

Tints of Burnt Umber #8C341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 64.22%
G = 23.85%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C341A (or 0x8C341A) is known color: Burnt Umber. HEX triplet: 8C, 34 and 1A. RGB value is (140,52,26). Sum of RGB (Red+Green+Blue) = 140+52+26=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C341A is #73CBE5. Grayscale: #4B4B4B. Windows color (decimal): -7588838 or 1717388. OLE color: 1717388.

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

Color convert

RGB 140 52 26 -
CMYK 0 0.63 0.81 0.45
HSL 13.68º 0.69% 0.33% -
HSV(B) 13.68º 0.81% 0.55% -
XYZ 12.23 8.11 1.9 -
YUV 75.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 140 52 26 0 0.63 0.81 0.45 13.68 0.69 0.33
Hex 8C 34 1A 0 3F 51 2D E 45 21
Octal 214 64 32 0 77 121 55 16 105 41
Binary 10001100 110100 11010 0 111111 1010001 101101 1110 1000101 100001

Color Harmonies of #8C341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C341A

Black with #8C341A

Text Example


Text Example

White with #8C341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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