Html Css Color HEX #955911 Golden Brown

📋 copy color: '#955911'

red 149 ◦ green 89 ◦ blue 17

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

Shades of Golden Brown #955911

Tints of Golden Brown #955911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 58.43%
G = 34.9%
B = 6.67%

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

#955911 (or 0x955911) is known color: Golden Brown. HEX triplet: 95, 59 and 11. RGB value is (149,89,17). Sum of RGB (Red+Green+Blue) = 149+89+17=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #955911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955911 is #6AA6EE. Grayscale: #636363. Windows color (decimal): -6989551 or 1137045. OLE color: 1137045.

HSL color Cylindrical-coordinate representation of color #955911: hue angle of 32.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #955911 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 17 -
CMYK 0 0.40 0.89 0.42
HSL 32.73º 0.8% 0.33% -
HSV(B) 32.73º 0.89% 0.58% -
XYZ 16.07 13.57 2.3 -
YUV 98.73 81.88 163.85 -
System Red Green Blue C M Y K H S L
Decimal 149 89 17 0 0.40 0.89 0.42 32.73 0.8 0.33
Hex 95 59 11 0 28 59 2A 21 50 21
Octal 225 131 21 0 50 131 52 41 120 41
Binary 10010101 1011001 10001 0 101000 1011001 101010 100001 1010000 100001

Color Harmonies of #955911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955911

Black with #955911

Text Example


Text Example

White with #955911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955911; }

 p { color: rgb(149,89,17); }

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

background-color css

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

 a { background-color: rgb(149,89,17); }

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

border-color css

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

 span { border-color: rgb(149,89,17); }

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