Html Css Color HEX #955D14 Golden Brown

📋 copy color: '#955D14'

red 149 ◦ green 93 ◦ blue 20

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

Shades of Golden Brown #955D14

Tints of Golden Brown #955D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.5%

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

R = 56.87%
G = 35.5%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#955D14 (or 0x955D14) is known color: Golden Brown. HEX triplet: 95, 5D and 14. RGB value is (149,93,20). Sum of RGB (Red+Green+Blue) = 149+93+20=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #955D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955D14 is #6AA2EB. Grayscale: #656565. Windows color (decimal): -6988524 or 1334677. OLE color: 1334677.

HSL color Cylindrical-coordinate representation of color #955D14: hue angle of 33.95º 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 #955D14 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 93 20 -
CMYK 0 0.38 0.87 0.42
HSL 33.95º 0.76% 0.33% -
HSV(B) 33.95º 0.87% 0.58% -
XYZ 16.44 14.27 2.55 -
YUV 101.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 149 93 20 0 0.38 0.87 0.42 33.95 0.76 0.33
Hex 95 5D 14 0 26 57 2A 22 4C 21
Octal 225 135 24 0 46 127 52 42 114 41
Binary 10010101 1011101 10100 0 100110 1010111 101010 100010 1001100 100001

Color Harmonies of #955D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D14

Black with #955D14

Text Example


Text Example

White with #955D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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