Html Css Color HEX #955F13 Golden Brown

📋 copy color: '#955F13'

red 149 ◦ green 95 ◦ blue 19

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

Shades of Golden Brown #955F13

Tints of Golden Brown #955F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 56.65%
G = 36.12%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#955F13 (or 0x955F13) is known color: Golden Brown. HEX triplet: 95, 5F and 13. RGB value is (149,95,19). Sum of RGB (Red+Green+Blue) = 149+95+19=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #955F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F13 is #6AA0EC. Grayscale: #666666. Windows color (decimal): -6988013 or 1269653. OLE color: 1269653.

HSL color Cylindrical-coordinate representation of color #955F13: hue angle of 35.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #955F13 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 19 -
CMYK 0 0.36 0.87 0.42
HSL 35.08º 0.77% 0.33% -
HSV(B) 35.08º 0.87% 0.58% -
XYZ 16.6 14.62 2.56 -
YUV 102.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 149 95 19 0 0.36 0.87 0.42 35.08 0.77 0.33
Hex 95 5F 13 0 24 57 2A 23 4D 21
Octal 225 137 23 0 44 127 52 43 115 41
Binary 10010101 1011111 10011 0 100100 1010111 101010 100011 1001101 100001

Color Harmonies of #955F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F13

Black with #955F13

Text Example


Text Example

White with #955F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955F13; }

 p { color: rgb(149,95,19); }

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

background-color css

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

 a { background-color: rgb(149,95,19); }

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

border-color css

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

 span { border-color: rgb(149,95,19); }

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