Html Css Color HEX #9D8536 Reef Gold

📋 copy color: '#9D8536'

red 157 ◦ green 133 ◦ blue 54

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

Shades of Reef Gold #9D8536

Tints of Reef Gold #9D8536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 45.64%
G = 38.66%
B = 15.7%

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

#9D8536 (or 0x9D8536) is known color: Reef Gold. HEX triplet: 9D, 85 and 36. RGB value is (157,133,54). Sum of RGB (Red+Green+Blue) = 157+133+54=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8536 is #627AC9. Grayscale: #838383. Windows color (decimal): -6453962 or 3573149. OLE color: 3573149.

HSL color Cylindrical-coordinate representation of color #9D8536: hue angle of 46.02º degrees, saturation: 0.49, 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 #9D8536 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 133 54 -
CMYK 0 0.15 0.66 0.38
HSL 46.02º 0.49% 0.41% -
HSV(B) 46.02º 0.66% 0.62% -
XYZ 22.96 24.21 6.95 -
YUV 131.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 157 133 54 0 0.15 0.66 0.38 46.02 0.49 0.41
Hex 9D 85 36 0 F 42 26 2E 31 29
Octal 235 205 66 0 17 102 46 56 61 51
Binary 10011101 10000101 110110 0 1111 1000010 100110 101110 110001 101001

Color Harmonies of #9D8536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8536

Black with #9D8536

Text Example


Text Example

White with #9D8536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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