Html Css Color HEX #957015 Golden Brown

📋 copy color: '#957015'

red 149 ◦ green 112 ◦ blue 21

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

Shades of Golden Brown #957015

Tints of Golden Brown #957015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 52.84%
G = 39.72%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#957015 (or 0x957015) is known color: Golden Brown. HEX triplet: 95, 70 and 15. RGB value is (149,112,21). Sum of RGB (Red+Green+Blue) = 149+112+21=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #957015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957015 is #6A8FEA. Grayscale: #717171. Windows color (decimal): -6983659 or 1405077. OLE color: 1405077.

HSL color Cylindrical-coordinate representation of color #957015: hue angle of 42.66º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #957015 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 21 -
CMYK 0 0.25 0.86 0.42
HSL 42.66º 0.75% 0.33% -
HSV(B) 42.66º 0.86% 0.58% -
XYZ 18.32 18.03 3.22 -
YUV 112.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 149 112 21 0 0.25 0.86 0.42 42.66 0.75 0.33
Hex 95 70 15 0 19 56 2A 2B 4B 21
Octal 225 160 25 0 31 126 52 53 113 41
Binary 10010101 1110000 10101 0 11001 1010110 101010 101011 1001011 100001

Color Harmonies of #957015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957015

Black with #957015

Text Example


Text Example

White with #957015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957015; }

 p { color: rgb(149,112,21); }

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

background-color css

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

 a { background-color: rgb(149,112,21); }

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

border-color css

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

 span { border-color: rgb(149,112,21); }

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