Html Css Color HEX #9C3520 Burnt Umber

📋 copy color: '#9C3520'

red 156 ◦ green 53 ◦ blue 32

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

Shades of Burnt Umber #9C3520

Tints of Burnt Umber #9C3520

RGB

 RED value IS 156 (61.33% from 255) = 64.73%

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

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 64.73%
G = 21.99%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C3520 (or 0x9C3520) is known color: Burnt Umber. HEX triplet: 9C, 35 and 20. RGB value is (156,53,32). Sum of RGB (Red+Green+Blue) = 156+53+32=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3520 is #63CADF. Grayscale: #515151. Windows color (decimal): -6540000 or 2110876. OLE color: 2110876.

HSL color Cylindrical-coordinate representation of color #9C3520: hue angle of 10.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C3520 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 53 32 -
CMYK 0 0.66 0.79 0.39
HSL 10.16º 0.66% 0.37% -
HSV(B) 10.16º 0.79% 0.61% -
XYZ 15.24 9.72 2.44 -
YUV 81.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 156 53 32 0 0.66 0.79 0.39 10.16 0.66 0.37
Hex 9C 35 20 0 42 4F 27 A 42 25
Octal 234 65 40 0 102 117 47 12 102 45
Binary 10011100 110101 100000 0 1000010 1001111 100111 1010 1000010 100101

Color Harmonies of #9C3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3520

Black with #9C3520

Text Example


Text Example

White with #9C3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C3520; }

 p { color: rgb(156,53,32); }

 H1.HeaderClassName
 {
   color: #9C3520;
 }
 .AnyTagClassName
 {
   color: #9C3520;
 }
</style>

background-color css

<style>
 a { background-color: #9C3520; }

 a { background-color: rgb(156,53,32); }

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

border-color css

<style>
 span { border-color: #9C3520; }

 span { border-color: rgb(156,53,32); }

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