Html Css Color HEX #9D8335 Reef Gold

📋 copy color: '#9D8335'

red 157 ◦ green 131 ◦ blue 53

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

Shades of Reef Gold #9D8335

Tints of Reef Gold #9D8335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 46.04%
G = 38.42%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9D8335 (or 0x9D8335) is known color: Reef Gold. HEX triplet: 9D, 83 and 35. RGB value is (157,131,53). Sum of RGB (Red+Green+Blue) = 157+131+53=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8335 is #627CCA. Grayscale: #828282. Windows color (decimal): -6454475 or 3507101. OLE color: 3507101.

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

Color convert

RGB 157 131 53 -
CMYK 0 0.17 0.66 0.38
HSL 45º 0.5% 0.41% -
HSV(B) 45º 0.66% 0.62% -
XYZ 22.66 23.66 6.74 -
YUV 129.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 157 131 53 0 0.17 0.66 0.38 45 0.5 0.41
Hex 9D 83 35 0 11 42 26 2D 32 29
Octal 235 203 65 0 21 102 46 55 62 51
Binary 10011101 10000011 110101 0 10001 1000010 100110 101101 110010 101001

Color Harmonies of #9D8335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8335

Black with #9D8335

Text Example


Text Example

White with #9D8335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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