Html Css Color HEX #9C3013 Burnt Umber

📋 copy color: '#9C3013'

red 156 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #9C3013

Tints of Burnt Umber #9C3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.52%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 69.96%
G = 21.52%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C3013 (or 0x9C3013) is known color: Burnt Umber. HEX triplet: 9C, 30 and 13. RGB value is (156,48,19). Sum of RGB (Red+Green+Blue) = 156+48+19=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3013 is #63CFEC. Grayscale: #4D4D4D. Windows color (decimal): -6541293 or 1257628. OLE color: 1257628.

HSL color Cylindrical-coordinate representation of color #9C3013: hue angle of 12.7º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C3013 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 48 19 -
CMYK 0 0.69 0.88 0.39
HSL 12.7º 0.78% 0.34% -
HSV(B) 12.7º 0.88% 0.61% -
XYZ 14.88 9.23 1.61 -
YUV 76.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 156 48 19 0 0.69 0.88 0.39 12.7 0.78 0.34
Hex 9C 30 13 0 45 58 27 D 4E 22
Octal 234 60 23 0 105 130 47 15 116 42
Binary 10011100 110000 10011 0 1000101 1011000 100111 1101 1001110 100010

Color Harmonies of #9C3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3013

Black with #9C3013

Text Example


Text Example

White with #9C3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,48,19); }

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

background-color css

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

 a { background-color: rgb(156,48,19); }

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

border-color css

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

 span { border-color: rgb(156,48,19); }

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