Html Css Color HEX #9D4A08 Saddle Brown

📋 copy color: '#9D4A08'

red 157 ◦ green 74 ◦ blue 8

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

Shades of Saddle Brown #9D4A08

Tints of Saddle Brown #9D4A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.35%

R = 65.69%
G = 30.96%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9D4A08 (or 0x9D4A08) is known color: Saddle Brown. HEX triplet: 9D, 4A and 08. RGB value is (157,74,8). Sum of RGB (Red+Green+Blue) = 157+74+8=239 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.69% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4A08 is #62B5F7. Grayscale: #5B5B5B. Windows color (decimal): -6469112 or 543389. OLE color: 543389.

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

Color convert

RGB 157 74 8 -
CMYK 0 0.53 0.95 0.38
HSL 26.58º 0.9% 0.32% -
HSV(B) 26.58º 0.95% 0.62% -
XYZ 16.4 12.08 1.7 -
YUV 91.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 157 74 8 0 0.53 0.95 0.38 26.58 0.9 0.32
Hex 9D 4A 8 0 35 5F 26 1B 5A 20
Octal 235 112 10 0 65 137 46 33 132 40
Binary 10011101 1001010 1000 0 110101 1011111 100110 11011 1011010 100000

Color Harmonies of #9D4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4A08

Black with #9D4A08

Text Example


Text Example

White with #9D4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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