Html Css Color HEX #9D7802 Golden Brown

📋 copy color: '#9D7802'

red 157 ◦ green 120 ◦ blue 2

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

Shades of Golden Brown #9D7802

Tints of Golden Brown #9D7802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.01%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 56.27%
G = 43.01%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9D7802 (or 0x9D7802) is known color: Golden Brown. HEX triplet: 9D, 78 and 02. RGB value is (157,120,2). Sum of RGB (Red+Green+Blue) = 157+120+2=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7802 is #6287FD. Grayscale: #767676. Windows color (decimal): -6457342 or 161949. OLE color: 161949.

HSL color Cylindrical-coordinate representation of color #9D7802: hue angle of 45.68º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D7802 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 120 2 -
CMYK 0 0.24 0.99 0.38
HSL 45.68º 0.97% 0.31% -
HSV(B) 45.68º 0.99% 0.62% -
XYZ 20.63 20.61 2.95 -
YUV 117.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 157 120 2 0 0.24 0.99 0.38 45.68 0.97 0.31
Hex 9D 78 2 0 18 63 26 2E 61 1F
Octal 235 170 2 0 30 143 46 56 141 37
Binary 10011101 1111000 10 0 11000 1100011 100110 101110 1100001 11111

Color Harmonies of #9D7802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7802

Black with #9D7802

Text Example


Text Example

White with #9D7802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,120,2); }

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

background-color css

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

 a { background-color: rgb(157,120,2); }

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

border-color css

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

 span { border-color: rgb(157,120,2); }

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