Html Css Color HEX #955710 Golden Brown

📋 copy color: '#955710'

red 149 ◦ green 87 ◦ blue 16

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

Shades of Golden Brown #955710

Tints of Golden Brown #955710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.52%

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

R = 59.13%
G = 34.52%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955710 (or 0x955710) is known color: Golden Brown. HEX triplet: 95, 57 and 10. RGB value is (149,87,16). Sum of RGB (Red+Green+Blue) = 149+87+16=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #955710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955710 is #6AA8EF. Grayscale: #616161. Windows color (decimal): -6990064 or 1070997. OLE color: 1070997.

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

Color convert

RGB 149 87 16 -
CMYK 0 0.42 0.89 0.42
HSL 32.03º 0.81% 0.32% -
HSV(B) 32.03º 0.89% 0.58% -
XYZ 15.9 13.24 2.21 -
YUV 97.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 149 87 16 0 0.42 0.89 0.42 32.03 0.81 0.32
Hex 95 57 10 0 2A 59 2A 20 51 20
Octal 225 127 20 0 52 131 52 40 121 40
Binary 10010101 1010111 10000 0 101010 1011001 101010 100000 1010001 100000

Color Harmonies of #955710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955710

Black with #955710

Text Example


Text Example

White with #955710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955710; }

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

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

background-color css

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

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

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

border-color css

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

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

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