Html Css Color HEX #9D5307 Golden Brown

📋 copy color: '#9D5307'

red 157 ◦ green 83 ◦ blue 7

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

Shades of Golden Brown #9D5307

Tints of Golden Brown #9D5307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 63.56%
G = 33.6%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9D5307 (or 0x9D5307) is known color: Golden Brown. HEX triplet: 9D, 53 and 07. RGB value is (157,83,7). Sum of RGB (Red+Green+Blue) = 157+83+7=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5307 is #62ACF8. Grayscale: #606060. Windows color (decimal): -6466809 or 480157. OLE color: 480157.

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

Color convert

RGB 157 83 7 -
CMYK 0 0.47 0.96 0.38
HSL 30.4º 0.91% 0.32% -
HSV(B) 30.4º 0.96% 0.62% -
XYZ 17.04 13.37 1.88 -
YUV 96.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 157 83 7 0 0.47 0.96 0.38 30.4 0.91 0.32
Hex 9D 53 7 0 2F 60 26 1E 5B 20
Octal 235 123 7 0 57 140 46 36 133 40
Binary 10011101 1010011 111 0 101111 1100000 100110 11110 1011011 100000

Color Harmonies of #9D5307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5307

Black with #9D5307

Text Example


Text Example

White with #9D5307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,83,7); }

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

background-color css

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

 a { background-color: rgb(157,83,7); }

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

border-color css

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

 span { border-color: rgb(157,83,7); }

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