Html Css Color HEX #955C11 Golden Brown

📋 copy color: '#955C11'

red 149 ◦ green 92 ◦ blue 17

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

Shades of Golden Brown #955C11

Tints of Golden Brown #955C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.66%

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

R = 57.75%
G = 35.66%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955C11 (or 0x955C11) is known color: Golden Brown. HEX triplet: 95, 5C and 11. RGB value is (149,92,17). Sum of RGB (Red+Green+Blue) = 149+92+17=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #955C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C11 is #6AA3EE. Grayscale: #646464. Windows color (decimal): -6988783 or 1137813. OLE color: 1137813.

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

Color convert

RGB 149 92 17 -
CMYK 0 0.38 0.89 0.42
HSL 34.09º 0.8% 0.33% -
HSV(B) 34.09º 0.89% 0.58% -
XYZ 16.32 14.08 2.39 -
YUV 100.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 149 92 17 0 0.38 0.89 0.42 34.09 0.8 0.33
Hex 95 5C 11 0 26 59 2A 22 50 21
Octal 225 134 21 0 46 131 52 42 120 41
Binary 10010101 1011100 10001 0 100110 1011001 101010 100010 1010000 100001

Color Harmonies of #955C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C11

Black with #955C11

Text Example


Text Example

White with #955C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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