Html Css Color HEX #957301 Golden Brown

📋 copy color: '#957301'

red 149 ◦ green 115 ◦ blue 1

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

Shades of Golden Brown #957301

Tints of Golden Brown #957301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

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

R = 56.23%
G = 43.4%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957301 (or 0x957301) is known color: Golden Brown. HEX triplet: 95, 73 and 01. RGB value is (149,115,1). Sum of RGB (Red+Green+Blue) = 149+115+1=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #957301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957301 is #6A8CFE. Grayscale: #707070. Windows color (decimal): -6982911 or 95125. OLE color: 95125.

HSL color Cylindrical-coordinate representation of color #957301: hue angle of 46.22º 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 #957301 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 1 -
CMYK 0 0.23 0.99 0.42
HSL 46.22º 0.99% 0.29% -
HSV(B) 46.22º 0.99% 0.58% -
XYZ 18.53 18.65 2.65 -
YUV 112.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 149 115 1 0 0.23 0.99 0.42 46.22 0.99 0.29
Hex 95 73 1 0 17 63 2A 2E 63 1D
Octal 225 163 1 0 27 143 52 56 143 35
Binary 10010101 1110011 1 0 10111 1100011 101010 101110 1100011 11101

Color Harmonies of #957301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957301

Black with #957301

Text Example


Text Example

White with #957301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957301; }

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

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

background-color css

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

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

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

border-color css

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

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

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