Html Css Color HEX #9D4300 Saddle Brown

📋 copy color: '#9D4300'

red 157 ◦ green 67 ◦ blue 0

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

Shades of Saddle Brown #9D4300

Tints of Saddle Brown #9D4300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.09%
G = 29.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9D4300 (or 0x9D4300) is known color: Saddle Brown. HEX triplet: 9D, 43 and 00. RGB value is (157,67,0). Sum of RGB (Red+Green+Blue) = 157+67+0=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4300 is #62BCFF. Grayscale: #565656. Windows color (decimal): -6470912 or 17309. OLE color: 17309.

HSL color Cylindrical-coordinate representation of color #9D4300: hue angle of 25.61º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D4300 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 67 0 -
CMYK 0 0.57 1 0.38
HSL 25.61º 1% 0.31% -
HSV(B) 25.61º 1% 0.62% -
XYZ 15.91 11.18 1.32 -
YUV 86.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 157 67 0 0 0.57 1 0.38 25.61 1 0.31
Hex 9D 43 0 0 39 64 26 1A 64 1F
Octal 235 103 0 0 71 144 46 32 144 37
Binary 10011101 1000011 0 0 111001 1100100 100110 11010 1100100 11111

Color Harmonies of #9D4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4300

Black with #9D4300

Text Example


Text Example

White with #9D4300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,67,0); }

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

background-color css

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

 a { background-color: rgb(157,67,0); }

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

border-color css

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

 span { border-color: rgb(157,67,0); }

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