Html Css Color HEX #9C2F19 Burnt Umber

📋 copy color: '#9C2F19'

red 156 ◦ green 47 ◦ blue 25

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

Shades of Burnt Umber #9C2F19

Tints of Burnt Umber #9C2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

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

R = 68.42%
G = 20.61%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C2F19 (or 0x9C2F19) is known color: Burnt Umber. HEX triplet: 9C, 2F and 19. RGB value is (156,47,25). Sum of RGB (Red+Green+Blue) = 156+47+25=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2F19 is #63D0E6. Grayscale: #4D4D4D. Windows color (decimal): -6541543 or 1650588. OLE color: 1650588.

HSL color Cylindrical-coordinate representation of color #9C2F19: hue angle of 10.08º 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 #9C2F19 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 47 25 -
CMYK 0 0.70 0.84 0.39
HSL 10.08º 0.72% 0.35% -
HSV(B) 10.08º 0.84% 0.61% -
XYZ 14.9 9.17 1.9 -
YUV 77.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 156 47 25 0 0.70 0.84 0.39 10.08 0.72 0.35
Hex 9C 2F 19 0 46 54 27 A 48 23
Octal 234 57 31 0 106 124 47 12 110 43
Binary 10011100 101111 11001 0 1000110 1010100 100111 1010 1001000 100011

Color Harmonies of #9C2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2F19

Black with #9C2F19

Text Example


Text Example

White with #9C2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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