Html Css Color HEX #955514 Golden Brown

📋 copy color: '#955514'

red 149 ◦ green 85 ◦ blue 20

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

Shades of Golden Brown #955514

Tints of Golden Brown #955514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 58.66%
G = 33.46%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#955514 (or 0x955514) is known color: Golden Brown. HEX triplet: 95, 55 and 14. RGB value is (149,85,20). Sum of RGB (Red+Green+Blue) = 149+85+20=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #955514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955514 is #6AAAEB. Grayscale: #616161. Windows color (decimal): -6990572 or 1332629. OLE color: 1332629.

HSL color Cylindrical-coordinate representation of color #955514: hue angle of 30.23º degrees, saturation: 0.76, 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 #955514 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 20 -
CMYK 0 0.43 0.87 0.42
HSL 30.23º 0.76% 0.33% -
HSV(B) 30.23º 0.87% 0.58% -
XYZ 15.77 12.94 2.33 -
YUV 96.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 149 85 20 0 0.43 0.87 0.42 30.23 0.76 0.33
Hex 95 55 14 0 2B 57 2A 1E 4C 21
Octal 225 125 24 0 53 127 52 36 114 41
Binary 10010101 1010101 10100 0 101011 1010111 101010 11110 1001100 100001

Color Harmonies of #955514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955514

Black with #955514

Text Example


Text Example

White with #955514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955514; }

 p { color: rgb(149,85,20); }

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

background-color css

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

 a { background-color: rgb(149,85,20); }

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

border-color css

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

 span { border-color: rgb(149,85,20); }

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