Html Css Color HEX #955809 Golden Brown

📋 copy color: '#955809'

red 149 ◦ green 88 ◦ blue 9

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

Shades of Golden Brown #955809

Tints of Golden Brown #955809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 60.57%
G = 35.77%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#955809 (or 0x955809) is known color: Golden Brown. HEX triplet: 95, 58 and 09. RGB value is (149,88,9). Sum of RGB (Red+Green+Blue) = 149+88+9=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #955809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955809 is #6AA7F6. Grayscale: #616161. Windows color (decimal): -6989815 or 612501. OLE color: 612501.

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

Color convert

RGB 149 88 9 -
CMYK 0 0.41 0.94 0.42
HSL 33.86º 0.89% 0.31% -
HSV(B) 33.86º 0.94% 0.58% -
XYZ 15.93 13.39 2 -
YUV 97.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 149 88 9 0 0.41 0.94 0.42 33.86 0.89 0.31
Hex 95 58 9 0 29 5E 2A 22 59 1F
Octal 225 130 11 0 51 136 52 42 131 37
Binary 10010101 1011000 1001 0 101001 1011110 101010 100010 1011001 11111

Color Harmonies of #955809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955809

Black with #955809

Text Example


Text Example

White with #955809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955809; }

 p { color: rgb(149,88,9); }

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

background-color css

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

 a { background-color: rgb(149,88,9); }

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

border-color css

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

 span { border-color: rgb(149,88,9); }

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