Html Css Color HEX #9D400C Saddle Brown

📋 copy color: '#9D400C'

red 157 ◦ green 64 ◦ blue 12

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

Shades of Saddle Brown #9D400C

Tints of Saddle Brown #9D400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 67.38%
G = 27.47%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D400C (or 0x9D400C) is known color: Saddle Brown. HEX triplet: 9D, 40 and 0C. RGB value is (157,64,12). Sum of RGB (Red+Green+Blue) = 157+64+12=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D400C is #62BFF3. Grayscale: #565656. Windows color (decimal): -6471668 or 802973. OLE color: 802973.

HSL color Cylindrical-coordinate representation of color #9D400C: hue angle of 21.52º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D400C is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 64 12 -
CMYK 0 0.59 0.92 0.38
HSL 21.52º 0.86% 0.33% -
HSV(B) 21.52º 0.92% 0.62% -
XYZ 15.8 10.86 1.61 -
YUV 85.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 157 64 12 0 0.59 0.92 0.38 21.52 0.86 0.33
Hex 9D 40 C 0 3B 5C 26 16 56 21
Octal 235 100 14 0 73 134 46 26 126 41
Binary 10011101 1000000 1100 0 111011 1011100 100110 10110 1010110 100001

Color Harmonies of #9D400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D400C

Black with #9D400C

Text Example


Text Example

White with #9D400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,64,12); }

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

background-color css

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

 a { background-color: rgb(157,64,12); }

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

border-color css

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

 span { border-color: rgb(157,64,12); }

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