Html Css Color HEX #955716 Golden Brown

📋 copy color: '#955716'

red 149 ◦ green 87 ◦ blue 22

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

Shades of Golden Brown #955716

Tints of Golden Brown #955716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 57.75%
G = 33.72%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#955716 (or 0x955716) is known color: Golden Brown. HEX triplet: 95, 57 and 16. RGB value is (149,87,22). Sum of RGB (Red+Green+Blue) = 149+87+22=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #955716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955716 is #6AA8E9. Grayscale: #626262. Windows color (decimal): -6990058 or 1464213. OLE color: 1464213.

HSL color Cylindrical-coordinate representation of color #955716: hue angle of 30.71º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #955716 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 22 -
CMYK 0 0.42 0.85 0.42
HSL 30.71º 0.74% 0.34% -
HSV(B) 30.71º 0.85% 0.58% -
XYZ 15.95 13.26 2.48 -
YUV 98.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 149 87 22 0 0.42 0.85 0.42 30.71 0.74 0.34
Hex 95 57 16 0 2A 55 2A 1F 4A 22
Octal 225 127 26 0 52 125 52 37 112 42
Binary 10010101 1010111 10110 0 101010 1010101 101010 11111 1001010 100010

Color Harmonies of #955716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955716

Black with #955716

Text Example


Text Example

White with #955716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955716; }

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

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

background-color css

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

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

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

border-color css

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

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

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