Html Css Color HEX #9C460E Saddle Brown

📋 copy color: '#9C460E'

red 156 ◦ green 70 ◦ blue 14

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

Shades of Saddle Brown #9C460E

Tints of Saddle Brown #9C460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 65%
G = 29.17%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C460E (or 0x9C460E) is known color: Saddle Brown. HEX triplet: 9C, 46 and 0E. RGB value is (156,70,14). Sum of RGB (Red+Green+Blue) = 156+70+14=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C460E is #63B9F1. Grayscale: #595959. Windows color (decimal): -6535666 or 935580. OLE color: 935580.

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

Color convert

RGB 156 70 14 -
CMYK 0 0.55 0.91 0.39
HSL 23.66º 0.84% 0.33% -
HSV(B) 23.66º 0.91% 0.61% -
XYZ 15.98 11.48 1.79 -
YUV 89.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 156 70 14 0 0.55 0.91 0.39 23.66 0.84 0.33
Hex 9C 46 E 0 37 5B 27 18 54 21
Octal 234 106 16 0 67 133 47 30 124 41
Binary 10011100 1000110 1110 0 110111 1011011 100111 11000 1010100 100001

Color Harmonies of #9C460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C460E

Black with #9C460E

Text Example


Text Example

White with #9C460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,70,14); }

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

background-color css

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

 a { background-color: rgb(156,70,14); }

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

border-color css

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

 span { border-color: rgb(156,70,14); }

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