Html Css Color HEX #957507 Golden Brown

📋 copy color: '#957507'

red 149 ◦ green 117 ◦ blue 7

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

Shades of Golden Brown #957507

Tints of Golden Brown #957507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 54.58%
G = 42.86%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#957507 (or 0x957507) is known color: Golden Brown. HEX triplet: 95, 75 and 07. RGB value is (149,117,7). Sum of RGB (Red+Green+Blue) = 149+117+7=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #957507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957507 is #6A8AF8. Grayscale: #727272. Windows color (decimal): -6982393 or 488853. OLE color: 488853.

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

Color convert

RGB 149 117 7 -
CMYK 0 0.21 0.95 0.42
HSL 46.48º 0.91% 0.31% -
HSV(B) 46.48º 0.95% 0.58% -
XYZ 18.79 19.13 2.9 -
YUV 114.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 149 117 7 0 0.21 0.95 0.42 46.48 0.91 0.31
Hex 95 75 7 0 15 5F 2A 2E 5B 1F
Octal 225 165 7 0 25 137 52 56 133 37
Binary 10010101 1110101 111 0 10101 1011111 101010 101110 1011011 11111

Color Harmonies of #957507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957507

Black with #957507

Text Example


Text Example

White with #957507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957507; }

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

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

background-color css

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

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

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

border-color css

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

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

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