Html Css Color HEX #955510 Golden Brown

📋 copy color: '#955510'

red 149 ◦ green 85 ◦ blue 16

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

Shades of Golden Brown #955510

Tints of Golden Brown #955510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 59.6%
G = 34%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955510 (or 0x955510) is known color: Golden Brown. HEX triplet: 95, 55 and 10. RGB value is (149,85,16). Sum of RGB (Red+Green+Blue) = 149+85+16=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #955510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955510 is #6AAAEF. Grayscale: #606060. Windows color (decimal): -6990576 or 1070485. OLE color: 1070485.

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

Color convert

RGB 149 85 16 -
CMYK 0 0.43 0.89 0.42
HSL 31.13º 0.81% 0.32% -
HSV(B) 31.13º 0.89% 0.58% -
XYZ 15.74 12.92 2.16 -
YUV 96.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 149 85 16 0 0.43 0.89 0.42 31.13 0.81 0.32
Hex 95 55 10 0 2B 59 2A 1F 51 20
Octal 225 125 20 0 53 131 52 37 121 40
Binary 10010101 1010101 10000 0 101011 1011001 101010 11111 1010001 100000

Color Harmonies of #955510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955510

Black with #955510

Text Example


Text Example

White with #955510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955510; }

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

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

background-color css

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

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

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

border-color css

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

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

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