Html Css Color HEX #9D8535 Reef Gold

📋 copy color: '#9D8535'

red 157 ◦ green 133 ◦ blue 53

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

Shades of Reef Gold #9D8535

Tints of Reef Gold #9D8535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 45.77%
G = 38.78%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9D8535 (or 0x9D8535) is known color: Reef Gold. HEX triplet: 9D, 85 and 35. RGB value is (157,133,53). Sum of RGB (Red+Green+Blue) = 157+133+53=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8535 is #627ACA. Grayscale: #838383. Windows color (decimal): -6453963 or 3507613. OLE color: 3507613.

HSL color Cylindrical-coordinate representation of color #9D8535: hue angle of 46.15º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D8535 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 133 53 -
CMYK 0 0.15 0.66 0.38
HSL 46.15º 0.5% 0.41% -
HSV(B) 46.15º 0.66% 0.62% -
XYZ 22.93 24.2 6.83 -
YUV 131.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 157 133 53 0 0.15 0.66 0.38 46.15 0.5 0.41
Hex 9D 85 35 0 F 42 26 2E 32 29
Octal 235 205 65 0 17 102 46 56 62 51
Binary 10011101 10000101 110101 0 1111 1000010 100110 101110 110010 101001

Color Harmonies of #9D8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8535

Black with #9D8535

Text Example


Text Example

White with #9D8535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,133,53); }

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

background-color css

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

 a { background-color: rgb(157,133,53); }

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

border-color css

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

 span { border-color: rgb(157,133,53); }

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