Html Css Color HEX #957210 Golden Brown

📋 copy color: '#957210'

red 149 ◦ green 114 ◦ blue 16

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

Shades of Golden Brown #957210

Tints of Golden Brown #957210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 53.41%
G = 40.86%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957210 (or 0x957210) is known color: Golden Brown. HEX triplet: 95, 72 and 10. RGB value is (149,114,16). Sum of RGB (Red+Green+Blue) = 149+114+16=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #957210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957210 is #6A8DEF. Grayscale: #717171. Windows color (decimal): -6983152 or 1077909. OLE color: 1077909.

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

Color convert

RGB 149 114 16 -
CMYK 0 0.23 0.89 0.42
HSL 44.21º 0.81% 0.32% -
HSV(B) 44.21º 0.89% 0.58% -
XYZ 18.51 18.46 3.08 -
YUV 113.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 149 114 16 0 0.23 0.89 0.42 44.21 0.81 0.32
Hex 95 72 10 0 17 59 2A 2C 51 20
Octal 225 162 20 0 27 131 52 54 121 40
Binary 10010101 1110010 10000 0 10111 1011001 101010 101100 1010001 100000

Color Harmonies of #957210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957210

Black with #957210

Text Example


Text Example

White with #957210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957210; }

 p { color: rgb(149,114,16); }

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

background-color css

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

 a { background-color: rgb(149,114,16); }

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

border-color css

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

 span { border-color: rgb(149,114,16); }

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