Html Css Color HEX #8C3523 Burnt Umber

📋 copy color: '#8C3523'

red 140 ◦ green 53 ◦ blue 35

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

Shades of Burnt Umber #8C3523

Tints of Burnt Umber #8C3523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.35%

R = 61.4%
G = 23.25%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C3523 (or 0x8C3523) is known color: Burnt Umber. HEX triplet: 8C, 35 and 23. RGB value is (140,53,35). Sum of RGB (Red+Green+Blue) = 140+53+35=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3523 is #73CADC. Grayscale: #4D4D4D. Windows color (decimal): -7588573 or 2307468. OLE color: 2307468.

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

Color convert

RGB 140 53 35 -
CMYK 0 0.62 0.75 0.45
HSL 10.29º 0.6% 0.34% -
HSV(B) 10.29º 0.75% 0.55% -
XYZ 12.39 8.24 2.53 -
YUV 76.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 140 53 35 0 0.62 0.75 0.45 10.29 0.6 0.34
Hex 8C 35 23 0 3E 4B 2D A 3C 22
Octal 214 65 43 0 76 113 55 12 74 42
Binary 10001100 110101 100011 0 111110 1001011 101101 1010 111100 100010

Color Harmonies of #8C3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3523

Black with #8C3523

Text Example


Text Example

White with #8C3523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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