Html Css Color HEX #955900 Golden Brown

📋 copy color: '#955900'

red 149 ◦ green 89 ◦ blue 0

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

Shades of Golden Brown #955900

Tints of Golden Brown #955900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.61%
G = 37.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#955900 (or 0x955900) is known color: Golden Brown. HEX triplet: 95, 59 and 00. RGB value is (149,89,0). Sum of RGB (Red+Green+Blue) = 149+89+0=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #955900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955900 is #6AA6FF. Grayscale: #616161. Windows color (decimal): -6989568 or 22933. OLE color: 22933.

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

Color convert

RGB 149 89 0 -
CMYK 0 0.40 1 0.42
HSL 35.84º 1% 0.29% -
HSV(B) 35.84º 1% 0.58% -
XYZ 15.97 13.53 1.77 -
YUV 96.79 73.38 165.24 -
System Red Green Blue C M Y K H S L
Decimal 149 89 0 0 0.40 1 0.42 35.84 1 0.29
Hex 95 59 0 0 28 64 2A 24 64 1D
Octal 225 131 0 0 50 144 52 44 144 35
Binary 10010101 1011001 0 0 101000 1100100 101010 100100 1100100 11101

Color Harmonies of #955900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955900

Black with #955900

Text Example


Text Example

White with #955900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955900; }

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

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

background-color css

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

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

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

border-color css

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

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

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