Html Css Color HEX #9C2805 Burnt Umber

📋 copy color: '#9C2805'

red 156 ◦ green 40 ◦ blue 5

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

Shades of Burnt Umber #9C2805

Tints of Burnt Umber #9C2805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.9%

 BLUE value IS 5 (2.34% from 255) = 2.49%

R = 77.61%
G = 19.9%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9C2805 (or 0x9C2805) is known color: Burnt Umber. HEX triplet: 9C, 28 and 05. RGB value is (156,40,5). Sum of RGB (Red+Green+Blue) = 156+40+5=201 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.61% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2805 is #63D7FA. Grayscale: #464646. Windows color (decimal): -6543355 or 338076. OLE color: 338076.

HSL color Cylindrical-coordinate representation of color #9C2805: hue angle of 13.91º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C2805 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 40 5 -
CMYK 0 0.74 0.97 0.39
HSL 13.91º 0.94% 0.32% -
HSV(B) 13.91º 0.97% 0.61% -
XYZ 14.5 8.6 1.04 -
YUV 70.69 90.93 188.85 -
System Red Green Blue C M Y K H S L
Decimal 156 40 5 0 0.74 0.97 0.39 13.91 0.94 0.32
Hex 9C 28 5 0 4A 61 27 E 5E 20
Octal 234 50 5 0 112 141 47 16 136 40
Binary 10011100 101000 101 0 1001010 1100001 100111 1110 1011110 100000

Color Harmonies of #9C2805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2805

Black with #9C2805

Text Example


Text Example

White with #9C2805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,40,5); }

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

background-color css

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

 a { background-color: rgb(156,40,5); }

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

border-color css

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

 span { border-color: rgb(156,40,5); }

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