Html Css Color HEX #957415 Golden Brown

📋 copy color: '#957415'

red 149 ◦ green 116 ◦ blue 21

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

Shades of Golden Brown #957415

Tints of Golden Brown #957415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

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

R = 52.1%
G = 40.56%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#957415 (or 0x957415) is known color: Golden Brown. HEX triplet: 95, 74 and 15. RGB value is (149,116,21). Sum of RGB (Red+Green+Blue) = 149+116+21=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #957415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957415 is #6A8BEA. Grayscale: #737373. Windows color (decimal): -6982635 or 1406101. OLE color: 1406101.

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

Color convert

RGB 149 116 21 -
CMYK 0 0.22 0.86 0.42
HSL 44.53º 0.75% 0.33% -
HSV(B) 44.53º 0.86% 0.58% -
XYZ 18.78 18.93 3.37 -
YUV 115.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 149 116 21 0 0.22 0.86 0.42 44.53 0.75 0.33
Hex 95 74 15 0 16 56 2A 2D 4B 21
Octal 225 164 25 0 26 126 52 55 113 41
Binary 10010101 1110100 10101 0 10110 1010110 101010 101101 1001011 100001

Color Harmonies of #957415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957415

Black with #957415

Text Example


Text Example

White with #957415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957415; }

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

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

background-color css

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

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

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

border-color css

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

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

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