Html Css Color HEX #955805 Golden Brown

📋 copy color: '#955805'

red 149 ◦ green 88 ◦ blue 5

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

Shades of Golden Brown #955805

Tints of Golden Brown #955805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 61.57%
G = 36.36%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#955805 (or 0x955805) is known color: Golden Brown. HEX triplet: 95, 58 and 05. RGB value is (149,88,5). Sum of RGB (Red+Green+Blue) = 149+88+5=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #955805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955805 is #6AA7FA. Grayscale: #616161. Windows color (decimal): -6989819 or 350357. OLE color: 350357.

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

Color convert

RGB 149 88 5 -
CMYK 0 0.41 0.97 0.42
HSL 34.58º 0.94% 0.3% -
HSV(B) 34.58º 0.97% 0.58% -
XYZ 15.91 13.38 1.89 -
YUV 96.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 149 88 5 0 0.41 0.97 0.42 34.58 0.94 0.3
Hex 95 58 5 0 29 61 2A 23 5E 1E
Octal 225 130 5 0 51 141 52 43 136 36
Binary 10010101 1011000 101 0 101001 1100001 101010 100011 1011110 11110

Color Harmonies of #955805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955805

Black with #955805

Text Example


Text Example

White with #955805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955805; }

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

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

background-color css

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

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

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

border-color css

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

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

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