Html Css Color HEX #957101 Golden Brown

📋 copy color: '#957101'

red 149 ◦ green 113 ◦ blue 1

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

Shades of Golden Brown #957101

Tints of Golden Brown #957101

RGB

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

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

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

R = 56.65%
G = 42.97%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957101 (or 0x957101) is known color: Golden Brown. HEX triplet: 95, 71 and 01. RGB value is (149,113,1). Sum of RGB (Red+Green+Blue) = 149+113+1=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #957101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957101 is #6A8EFE. Grayscale: #6F6F6F. Windows color (decimal): -6983423 or 94613. OLE color: 94613.

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

Color convert

RGB 149 113 1 -
CMYK 0 0.24 0.99 0.42
HSL 45.41º 0.99% 0.29% -
HSV(B) 45.41º 0.99% 0.58% -
XYZ 18.31 18.2 2.58 -
YUV 111 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 149 113 1 0 0.24 0.99 0.42 45.41 0.99 0.29
Hex 95 71 1 0 18 63 2A 2D 63 1D
Octal 225 161 1 0 30 143 52 55 143 35
Binary 10010101 1110001 1 0 11000 1100011 101010 101101 1100011 11101

Color Harmonies of #957101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957101

Black with #957101

Text Example


Text Example

White with #957101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957101; }

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

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

background-color css

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

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

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

border-color css

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

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

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