Html Css Color HEX #9D4908 Saddle Brown

📋 copy color: '#9D4908'

red 157 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #9D4908

Tints of Saddle Brown #9D4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

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

R = 65.97%
G = 30.67%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9D4908 (or 0x9D4908) is known color: Saddle Brown. HEX triplet: 9D, 49 and 08. RGB value is (157,73,8). Sum of RGB (Red+Green+Blue) = 157+73+8=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4908 is #62B6F7. Grayscale: #5B5B5B. Windows color (decimal): -6469368 or 543133. OLE color: 543133.

HSL color Cylindrical-coordinate representation of color #9D4908: hue angle of 26.17º 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 #9D4908 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 73 8 -
CMYK 0 0.54 0.95 0.38
HSL 26.17º 0.9% 0.32% -
HSV(B) 26.17º 0.95% 0.62% -
XYZ 16.33 11.95 1.68 -
YUV 90.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 157 73 8 0 0.54 0.95 0.38 26.17 0.9 0.32
Hex 9D 49 8 0 36 5F 26 1A 5A 20
Octal 235 111 10 0 66 137 46 32 132 40
Binary 10011101 1001001 1000 0 110110 1011111 100110 11010 1011010 100000

Color Harmonies of #9D4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4908

Black with #9D4908

Text Example


Text Example

White with #9D4908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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