Html Css Color HEX #9C470F Saddle Brown

📋 copy color: '#9C470F'

red 156 ◦ green 71 ◦ blue 15

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

Shades of Saddle Brown #9C470F

Tints of Saddle Brown #9C470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 64.46%
G = 29.34%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C470F (or 0x9C470F) is known color: Saddle Brown. HEX triplet: 9C, 47 and 0F. RGB value is (156,71,15). Sum of RGB (Red+Green+Blue) = 156+71+15=242 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.46% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 156 - color contains mainly: red. Hex color #9C470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C470F is #63B8F0. Grayscale: #5A5A5A. Windows color (decimal): -6535409 or 1001372. OLE color: 1001372.

HSL color Cylindrical-coordinate representation of color #9C470F: hue angle of 23.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C470F is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 71 15 -
CMYK 0 0.54 0.90 0.39
HSL 23.83º 0.82% 0.34% -
HSV(B) 23.83º 0.9% 0.61% -
XYZ 16.05 11.61 1.85 -
YUV 90.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 156 71 15 0 0.54 0.90 0.39 23.83 0.82 0.34
Hex 9C 47 F 0 36 5A 27 18 52 22
Octal 234 107 17 0 66 132 47 30 122 42
Binary 10011100 1000111 1111 0 110110 1011010 100111 11000 1010010 100010

Color Harmonies of #9C470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C470F

Black with #9C470F

Text Example


Text Example

White with #9C470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,71,15); }

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

background-color css

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

 a { background-color: rgb(156,71,15); }

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

border-color css

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

 span { border-color: rgb(156,71,15); }

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