Html Css Color HEX #957315 Golden Brown

📋 copy color: '#957315'

red 149 ◦ green 115 ◦ blue 21

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

Shades of Golden Brown #957315

Tints of Golden Brown #957315

RGB

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

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

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

R = 52.28%
G = 40.35%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#957315 (or 0x957315) is known color: Golden Brown. HEX triplet: 95, 73 and 15. RGB value is (149,115,21). Sum of RGB (Red+Green+Blue) = 149+115+21=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #957315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957315 is #6A8CEA. Grayscale: #727272. Windows color (decimal): -6982891 or 1405845. OLE color: 1405845.

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

Color convert

RGB 149 115 21 -
CMYK 0 0.23 0.86 0.42
HSL 44.06º 0.75% 0.33% -
HSV(B) 44.06º 0.86% 0.58% -
XYZ 18.66 18.71 3.34 -
YUV 114.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 149 115 21 0 0.23 0.86 0.42 44.06 0.75 0.33
Hex 95 73 15 0 17 56 2A 2C 4B 21
Octal 225 163 25 0 27 126 52 54 113 41
Binary 10010101 1110011 10101 0 10111 1010110 101010 101100 1001011 100001

Color Harmonies of #957315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957315

Black with #957315

Text Example


Text Example

White with #957315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957315; }

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

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

background-color css

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

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

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

border-color css

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

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

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