Html Css Color HEX #955F10 Golden Brown

📋 copy color: '#955F10'

red 149 ◦ green 95 ◦ blue 16

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

Shades of Golden Brown #955F10

Tints of Golden Brown #955F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 57.31%
G = 36.54%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955F10 (or 0x955F10) is known color: Golden Brown. HEX triplet: 95, 5F and 10. RGB value is (149,95,16). Sum of RGB (Red+Green+Blue) = 149+95+16=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #955F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F10 is #6AA0EF. Grayscale: #666666. Windows color (decimal): -6988016 or 1073045. OLE color: 1073045.

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

Color convert

RGB 149 95 16 -
CMYK 0 0.36 0.89 0.42
HSL 35.64º 0.81% 0.32% -
HSV(B) 35.64º 0.89% 0.58% -
XYZ 16.58 14.61 2.44 -
YUV 102.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 149 95 16 0 0.36 0.89 0.42 35.64 0.81 0.32
Hex 95 5F 10 0 24 59 2A 24 51 20
Octal 225 137 20 0 44 131 52 44 121 40
Binary 10010101 1011111 10000 0 100100 1011001 101010 100100 1010001 100000

Color Harmonies of #955F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F10

Black with #955F10

Text Example


Text Example

White with #955F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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