Html Css Color HEX #9D530A Golden Brown

📋 copy color: '#9D530A'

red 157 ◦ green 83 ◦ blue 10

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

Shades of Golden Brown #9D530A

Tints of Golden Brown #9D530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 62.8%
G = 33.2%
B = 4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9D530A (or 0x9D530A) is known color: Golden Brown. HEX triplet: 9D, 53 and 0A. RGB value is (157,83,10). Sum of RGB (Red+Green+Blue) = 157+83+10=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D530A is #62ACF5. Grayscale: #616161. Windows color (decimal): -6466806 or 676765. OLE color: 676765.

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

Color convert

RGB 157 83 10 -
CMYK 0 0.47 0.94 0.38
HSL 29.8º 0.88% 0.33% -
HSV(B) 29.8º 0.94% 0.62% -
XYZ 17.05 13.38 1.97 -
YUV 96.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 157 83 10 0 0.47 0.94 0.38 29.8 0.88 0.33
Hex 9D 53 A 0 2F 5E 26 1E 58 21
Octal 235 123 12 0 57 136 46 36 130 41
Binary 10011101 1010011 1010 0 101111 1011110 100110 11110 1011000 100001

Color Harmonies of #9D530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D530A

Black with #9D530A

Text Example


Text Example

White with #9D530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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