Html Css Color HEX #955400 Golden Brown

📋 copy color: '#955400'

red 149 ◦ green 84 ◦ blue 0

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

Shades of Golden Brown #955400

Tints of Golden Brown #955400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

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

R = 63.95%
G = 36.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#955400 (or 0x955400) is known color: Golden Brown. HEX triplet: 95, 54 and 00. RGB value is (149,84,0). Sum of RGB (Red+Green+Blue) = 149+84+0=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #955400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955400 is #6AABFF. Grayscale: #5E5E5E. Windows color (decimal): -6990848 or 21653. OLE color: 21653.

HSL color Cylindrical-coordinate representation of color #955400: hue angle of 33.83º 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 #955400 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 0 -
CMYK 0 0.44 1 0.42
HSL 33.83º 1% 0.29% -
HSV(B) 33.83º 1% 0.58% -
XYZ 15.56 12.73 1.64 -
YUV 93.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 149 84 0 0 0.44 1 0.42 33.83 1 0.29
Hex 95 54 0 0 2C 64 2A 22 64 1D
Octal 225 124 0 0 54 144 52 42 144 35
Binary 10010101 1010100 0 0 101100 1100100 101010 100010 1100100 11101

Color Harmonies of #955400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955400

Black with #955400

Text Example


Text Example

White with #955400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955400; }

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

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

background-color css

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

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

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

border-color css

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

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

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