Html Css Color HEX #955901 Golden Brown

📋 copy color: '#955901'

red 149 ◦ green 89 ◦ blue 1

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

Shades of Golden Brown #955901

Tints of Golden Brown #955901

RGB

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

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

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

R = 62.34%
G = 37.24%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#955901 (or 0x955901) is known color: Golden Brown. HEX triplet: 95, 59 and 01. RGB value is (149,89,1). Sum of RGB (Red+Green+Blue) = 149+89+1=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #955901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955901 is #6AA6FE. Grayscale: #616161. Windows color (decimal): -6989567 or 88469. OLE color: 88469.

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

Color convert

RGB 149 89 1 -
CMYK 0 0.40 0.99 0.42
HSL 35.68º 0.99% 0.29% -
HSV(B) 35.68º 0.99% 0.58% -
XYZ 15.97 13.54 1.8 -
YUV 96.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 149 89 1 0 0.40 0.99 0.42 35.68 0.99 0.29
Hex 95 59 1 0 28 63 2A 24 63 1D
Octal 225 131 1 0 50 143 52 44 143 35
Binary 10010101 1011001 1 0 101000 1100011 101010 100100 1100011 11101

Color Harmonies of #955901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955901

Black with #955901

Text Example


Text Example

White with #955901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955901; }

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

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

background-color css

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

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

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

border-color css

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

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

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