Html Css Color HEX #957100 Golden Brown

📋 copy color: '#957100'

red 149 ◦ green 113 ◦ blue 0

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

Shades of Golden Brown #957100

Tints of Golden Brown #957100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.87%
G = 43.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957100 (or 0x957100) is known color: Golden Brown. HEX triplet: 95, 71 and 00. RGB value is (149,113,0). Sum of RGB (Red+Green+Blue) = 149+113+0=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #957100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957100 is #6A8EFF. Grayscale: #6F6F6F. Windows color (decimal): -6983424 or 29077. OLE color: 29077.

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

Color convert

RGB 149 113 0 -
CMYK 0 0.24 1 0.42
HSL 45.5º 1% 0.29% -
HSV(B) 45.5º 1% 0.58% -
XYZ 18.3 18.2 2.55 -
YUV 110.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 149 113 0 0 0.24 1 0.42 45.5 1 0.29
Hex 95 71 0 0 18 64 2A 2E 64 1D
Octal 225 161 0 0 30 144 52 56 144 35
Binary 10010101 1110001 0 0 11000 1100100 101010 101110 1100100 11101

Color Harmonies of #957100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957100

Black with #957100

Text Example


Text Example

White with #957100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957100; }

 p { color: rgb(149,113,0); }

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

background-color css

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

 a { background-color: rgb(149,113,0); }

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

border-color css

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

 span { border-color: rgb(149,113,0); }

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