Html Css Color HEX #9D4A04 Saddle Brown

📋 copy color: '#9D4A04'

red 157 ◦ green 74 ◦ blue 4

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

Shades of Saddle Brown #9D4A04

Tints of Saddle Brown #9D4A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.49%

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 66.81%
G = 31.49%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9D4A04 (or 0x9D4A04) is known color: Saddle Brown. HEX triplet: 9D, 4A and 04. RGB value is (157,74,4). Sum of RGB (Red+Green+Blue) = 157+74+4=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4A04 is #62B5FB. Grayscale: #5B5B5B. Windows color (decimal): -6469116 or 281245. OLE color: 281245.

HSL color Cylindrical-coordinate representation of color #9D4A04: hue angle of 27.45º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D4A04 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 74 4 -
CMYK 0 0.53 0.97 0.38
HSL 27.45º 0.95% 0.32% -
HSV(B) 27.45º 0.97% 0.62% -
XYZ 16.38 12.07 1.58 -
YUV 90.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 157 74 4 0 0.53 0.97 0.38 27.45 0.95 0.32
Hex 9D 4A 4 0 35 61 26 1B 5F 20
Octal 235 112 4 0 65 141 46 33 137 40
Binary 10011101 1001010 100 0 110101 1100001 100110 11011 1011111 100000

Color Harmonies of #9D4A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4A04

Black with #9D4A04

Text Example


Text Example

White with #9D4A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,74,4); }

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

background-color css

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

 a { background-color: rgb(157,74,4); }

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

border-color css

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

 span { border-color: rgb(157,74,4); }

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