Html Css Color HEX #9C4915 Saddle Brown

📋 copy color: '#9C4915'

red 156 ◦ green 73 ◦ blue 21

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

Shades of Saddle Brown #9C4915

Tints of Saddle Brown #9C4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 62.4%
G = 29.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C4915 (or 0x9C4915) is known color: Saddle Brown. HEX triplet: 9C, 49 and 15. RGB value is (156,73,21). Sum of RGB (Red+Green+Blue) = 156+73+21=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4915 is #63B6EA. Grayscale: #5C5C5C. Windows color (decimal): -6534891 or 1395100. OLE color: 1395100.

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

Color convert

RGB 156 73 21 -
CMYK 0 0.53 0.87 0.39
HSL 23.11º 0.76% 0.35% -
HSV(B) 23.11º 0.87% 0.61% -
XYZ 16.23 11.89 2.15 -
YUV 91.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 156 73 21 0 0.53 0.87 0.39 23.11 0.76 0.35
Hex 9C 49 15 0 35 57 27 17 4C 23
Octal 234 111 25 0 65 127 47 27 114 43
Binary 10011100 1001001 10101 0 110101 1010111 100111 10111 1001100 100011

Color Harmonies of #9C4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4915

Black with #9C4915

Text Example


Text Example

White with #9C4915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,73,21); }

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

background-color css

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

 a { background-color: rgb(156,73,21); }

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

border-color css

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

 span { border-color: rgb(156,73,21); }

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