Html Css Color HEX #9C3019 Burnt Umber

📋 copy color: '#9C3019'

red 156 ◦ green 48 ◦ blue 25

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

Shades of Burnt Umber #9C3019

Tints of Burnt Umber #9C3019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 68.12%
G = 20.96%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C3019 (or 0x9C3019) is known color: Burnt Umber. HEX triplet: 9C, 30 and 19. RGB value is (156,48,25). Sum of RGB (Red+Green+Blue) = 156+48+25=229 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.12% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3019 is #63CFE6. Grayscale: #4D4D4D. Windows color (decimal): -6541287 or 1650844. OLE color: 1650844.

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

Color convert

RGB 156 48 25 -
CMYK 0 0.69 0.84 0.39
HSL 10.53º 0.72% 0.35% -
HSV(B) 10.53º 0.84% 0.61% -
XYZ 14.94 9.25 1.92 -
YUV 77.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 156 48 25 0 0.69 0.84 0.39 10.53 0.72 0.35
Hex 9C 30 19 0 45 54 27 B 48 23
Octal 234 60 31 0 105 124 47 13 110 43
Binary 10011100 110000 11001 0 1000101 1010100 100111 1011 1001000 100011

Color Harmonies of #9C3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3019

Black with #9C3019

Text Example


Text Example

White with #9C3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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