Html Css Color HEX #957502 Golden Brown

📋 copy color: '#957502'

red 149 ◦ green 117 ◦ blue 2

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

Shades of Golden Brown #957502

Tints of Golden Brown #957502

RGB

 RED value IS 149 (58.59% from 255) = 55.6%

 GREEN value IS 117 (46.09% from 255) = 43.66%

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

R = 55.6%
G = 43.66%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957502 (or 0x957502) is known color: Golden Brown. HEX triplet: 95, 75 and 02. RGB value is (149,117,2). Sum of RGB (Red+Green+Blue) = 149+117+2=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #957502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957502 is #6A8AFD. Grayscale: #717171. Windows color (decimal): -6982398 or 161173. OLE color: 161173.

HSL color Cylindrical-coordinate representation of color #957502: hue angle of 46.94º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #957502 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 2 -
CMYK 0 0.21 0.99 0.42
HSL 46.94º 0.97% 0.3% -
HSV(B) 46.94º 0.99% 0.58% -
XYZ 18.77 19.12 2.76 -
YUV 113.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 149 117 2 0 0.21 0.99 0.42 46.94 0.97 0.3
Hex 95 75 2 0 15 63 2A 2F 61 1E
Octal 225 165 2 0 25 143 52 57 141 36
Binary 10010101 1110101 10 0 10101 1100011 101010 101111 1100001 11110

Color Harmonies of #957502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957502

Black with #957502

Text Example


Text Example

White with #957502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957502; }

 p { color: rgb(149,117,2); }

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

background-color css

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

 a { background-color: rgb(149,117,2); }

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

border-color css

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

 span { border-color: rgb(149,117,2); }

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