Html Css Color HEX #955A10 Golden Brown

📋 copy color: '#955A10'

red 149 ◦ green 90 ◦ blue 16

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

Shades of Golden Brown #955A10

Tints of Golden Brown #955A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.29%

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

R = 58.43%
G = 35.29%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955A10 (or 0x955A10) is known color: Golden Brown. HEX triplet: 95, 5A and 10. RGB value is (149,90,16). Sum of RGB (Red+Green+Blue) = 149+90+16=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #955A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A10 is #6AA5EF. Grayscale: #636363. Windows color (decimal): -6989296 or 1071765. OLE color: 1071765.

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

Color convert

RGB 149 90 16 -
CMYK 0 0.40 0.89 0.42
HSL 33.38º 0.81% 0.32% -
HSV(B) 33.38º 0.89% 0.58% -
XYZ 16.14 13.74 2.29 -
YUV 99.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 149 90 16 0 0.40 0.89 0.42 33.38 0.81 0.32
Hex 95 5A 10 0 28 59 2A 21 51 20
Octal 225 132 20 0 50 131 52 41 121 40
Binary 10010101 1011010 10000 0 101000 1011001 101010 100001 1010001 100000

Color Harmonies of #955A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A10

Black with #955A10

Text Example


Text Example

White with #955A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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