Html Css Color HEX #8C3428 Burnt Umber

📋 copy color: '#8C3428'

red 140 ◦ green 52 ◦ blue 40

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

Shades of Burnt Umber #8C3428

Tints of Burnt Umber #8C3428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 60.34%
G = 22.41%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C3428 (or 0x8C3428) is known color: Burnt Umber. HEX triplet: 8C, 34 and 28. RGB value is (140,52,40). Sum of RGB (Red+Green+Blue) = 140+52+40=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3428 is #73CBD7. Grayscale: #4D4D4D. Windows color (decimal): -7588824 or 2634892. OLE color: 2634892.

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

Color convert

RGB 140 52 40 -
CMYK 0 0.63 0.71 0.45
HSL 7.2º 0.56% 0.35% -
HSV(B) 7.2º 0.71% 0.55% -
XYZ 12.43 8.18 2.93 -
YUV 76.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 140 52 40 0 0.63 0.71 0.45 7.2 0.56 0.35
Hex 8C 34 28 0 3F 47 2D 7 38 23
Octal 214 64 50 0 77 107 55 7 70 43
Binary 10001100 110100 101000 0 111111 1000111 101101 111 111000 100011

Color Harmonies of #8C3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3428

Black with #8C3428

Text Example


Text Example

White with #8C3428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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