Html Css Color HEX #9D530D Golden Brown

📋 copy color: '#9D530D'

red 157 ◦ green 83 ◦ blue 13

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

Shades of Golden Brown #9D530D

Tints of Golden Brown #9D530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 62.06%
G = 32.81%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D530D (or 0x9D530D) is known color: Golden Brown. HEX triplet: 9D, 53 and 0D. RGB value is (157,83,13). Sum of RGB (Red+Green+Blue) = 157+83+13=253 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.06% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 157 - color contains mainly: red. Hex color #9D530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D530D is #62ACF2. Grayscale: #616161. Windows color (decimal): -6466803 or 873373. OLE color: 873373.

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

Color convert

RGB 157 83 13 -
CMYK 0 0.47 0.92 0.38
HSL 29.17º 0.85% 0.33% -
HSV(B) 29.17º 0.92% 0.62% -
XYZ 17.07 13.38 2.06 -
YUV 97.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 157 83 13 0 0.47 0.92 0.38 29.17 0.85 0.33
Hex 9D 53 D 0 2F 5C 26 1D 55 21
Octal 235 123 15 0 57 134 46 35 125 41
Binary 10011101 1010011 1101 0 101111 1011100 100110 11101 1010101 100001

Color Harmonies of #9D530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D530D

Black with #9D530D

Text Example


Text Example

White with #9D530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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