Html Css Color HEX #955401 Golden Brown

📋 copy color: '#955401'

red 149 ◦ green 84 ◦ blue 1

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

Shades of Golden Brown #955401

Tints of Golden Brown #955401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 63.68%
G = 35.9%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#955401 (or 0x955401) is known color: Golden Brown. HEX triplet: 95, 54 and 01. RGB value is (149,84,1). Sum of RGB (Red+Green+Blue) = 149+84+1=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #955401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955401 is #6AABFE. Grayscale: #5E5E5E. Windows color (decimal): -6990847 or 87189. OLE color: 87189.

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

Color convert

RGB 149 84 1 -
CMYK 0 0.44 0.99 0.42
HSL 33.65º 0.99% 0.29% -
HSV(B) 33.65º 0.99% 0.58% -
XYZ 15.57 12.73 1.67 -
YUV 93.97 75.53 167.25 -
System Red Green Blue C M Y K H S L
Decimal 149 84 1 0 0.44 0.99 0.42 33.65 0.99 0.29
Hex 95 54 1 0 2C 63 2A 22 63 1D
Octal 225 124 1 0 54 143 52 42 143 35
Binary 10010101 1010100 1 0 101100 1100011 101010 100010 1100011 11101

Color Harmonies of #955401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955401

Black with #955401

Text Example


Text Example

White with #955401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955401; }

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

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

background-color css

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

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

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

border-color css

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

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

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