Html Css Color HEX #9D340D Saddle Brown

📋 copy color: '#9D340D'

red 157 ◦ green 52 ◦ blue 13

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

Shades of Saddle Brown #9D340D

Tints of Saddle Brown #9D340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 70.72%
G = 23.42%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D340D (or 0x9D340D) is known color: Saddle Brown. HEX triplet: 9D, 34 and 0D. RGB value is (157,52,13). Sum of RGB (Red+Green+Blue) = 157+52+13=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D340D is #62CBF2. Grayscale: #4F4F4F. Windows color (decimal): -6474739 or 865437. OLE color: 865437.

HSL color Cylindrical-coordinate representation of color #9D340D: hue angle of 16.25º degrees, saturation: 0.85, 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 #9D340D is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 52 13 -
CMYK 0 0.67 0.92 0.38
HSL 16.25º 0.85% 0.33% -
HSV(B) 16.25º 0.92% 0.62% -
XYZ 15.21 9.65 1.44 -
YUV 78.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 157 52 13 0 0.67 0.92 0.38 16.25 0.85 0.33
Hex 9D 34 D 0 43 5C 26 10 55 21
Octal 235 64 15 0 103 134 46 20 125 41
Binary 10011101 110100 1101 0 1000011 1011100 100110 10000 1010101 100001

Color Harmonies of #9D340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D340D

Black with #9D340D

Text Example


Text Example

White with #9D340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,52,13); }

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

background-color css

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

 a { background-color: rgb(157,52,13); }

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

border-color css

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

 span { border-color: rgb(157,52,13); }

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