Html Css Color HEX #957501 Golden Brown

📋 copy color: '#957501'

red 149 ◦ green 117 ◦ blue 1

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

Shades of Golden Brown #957501

Tints of Golden Brown #957501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 55.81%
G = 43.82%
B = 0.37%

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

#957501 (or 0x957501) is known color: Golden Brown. HEX triplet: 95, 75 and 01. RGB value is (149,117,1). Sum of RGB (Red+Green+Blue) = 149+117+1=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #957501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957501 is #6A8AFE. Grayscale: #717171. Windows color (decimal): -6982399 or 95637. OLE color: 95637.

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

Color convert

RGB 149 117 1 -
CMYK 0 0.21 0.99 0.42
HSL 47.03º 0.99% 0.29% -
HSV(B) 47.03º 0.99% 0.58% -
XYZ 18.76 19.11 2.73 -
YUV 113.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 149 117 1 0 0.21 0.99 0.42 47.03 0.99 0.29
Hex 95 75 1 0 15 63 2A 2F 63 1D
Octal 225 165 1 0 25 143 52 57 143 35
Binary 10010101 1110101 1 0 10101 1100011 101010 101111 1100011 11101

Color Harmonies of #957501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957501

Black with #957501

Text Example


Text Example

White with #957501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957501; }

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

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

background-color css

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

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

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

border-color css

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

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

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