Html Css Color HEX #957318 Golden Brown

📋 copy color: '#957318'

red 149 ◦ green 115 ◦ blue 24

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

Shades of Golden Brown #957318

Tints of Golden Brown #957318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 51.74%
G = 39.93%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#957318 (or 0x957318) is known color: Golden Brown. HEX triplet: 95, 73 and 18. RGB value is (149,115,24). Sum of RGB (Red+Green+Blue) = 149+115+24=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #957318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957318 is #6A8CE7. Grayscale: #737373. Windows color (decimal): -6982888 or 1602453. OLE color: 1602453.

HSL color Cylindrical-coordinate representation of color #957318: hue angle of 43.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #957318 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 24 -
CMYK 0 0.23 0.84 0.42
HSL 43.68º 0.72% 0.34% -
HSV(B) 43.68º 0.84% 0.58% -
XYZ 18.69 18.72 3.49 -
YUV 114.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 149 115 24 0 0.23 0.84 0.42 43.68 0.72 0.34
Hex 95 73 18 0 17 54 2A 2C 48 22
Octal 225 163 30 0 27 124 52 54 110 42
Binary 10010101 1110011 11000 0 10111 1010100 101010 101100 1001000 100010

Color Harmonies of #957318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957318

Black with #957318

Text Example


Text Example

White with #957318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957318; }

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

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

background-color css

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

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

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

border-color css

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

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

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