Html Css Color HEX #9D4612 Saddle Brown

📋 copy color: '#9D4612'

red 157 ◦ green 70 ◦ blue 18

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

Shades of Saddle Brown #9D4612

Tints of Saddle Brown #9D4612

RGB

 RED value IS 157 (61.72% from 255) = 64.08%

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 64.08%
G = 28.57%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D4612 (or 0x9D4612) is known color: Saddle Brown. HEX triplet: 9D, 46 and 12. RGB value is (157,70,18). Sum of RGB (Red+Green+Blue) = 157+70+18=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4612 is #62B9ED. Grayscale: #5A5A5A. Windows color (decimal): -6470126 or 1197725. OLE color: 1197725.

HSL color Cylindrical-coordinate representation of color #9D4612: hue angle of 22.45º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D4612 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 70 18 -
CMYK 0 0.55 0.89 0.38
HSL 22.45º 0.79% 0.34% -
HSV(B) 22.45º 0.89% 0.62% -
XYZ 16.2 11.59 1.96 -
YUV 90.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 157 70 18 0 0.55 0.89 0.38 22.45 0.79 0.34
Hex 9D 46 12 0 37 59 26 16 4F 22
Octal 235 106 22 0 67 131 46 26 117 42
Binary 10011101 1000110 10010 0 110111 1011001 100110 10110 1001111 100010

Color Harmonies of #9D4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4612

Black with #9D4612

Text Example


Text Example

White with #9D4612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,70,18); }

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

background-color css

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

 a { background-color: rgb(157,70,18); }

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

border-color css

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

 span { border-color: rgb(157,70,18); }

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