Html Css Color HEX #945D14 Golden Brown

📋 copy color: '#945D14'

red 148 ◦ green 93 ◦ blue 20

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

Shades of Golden Brown #945D14

Tints of Golden Brown #945D14

RGB

 RED value IS 148 (58.2% from 255) = 56.7%

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

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

R = 56.7%
G = 35.63%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#945D14 (or 0x945D14) is known color: Golden Brown. HEX triplet: 94, 5D and 14. RGB value is (148,93,20). Sum of RGB (Red+Green+Blue) = 148+93+20=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #945D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945D14 is #6BA2EB. Grayscale: #656565. Windows color (decimal): -7054060 or 1334676. OLE color: 1334676.

HSL color Cylindrical-coordinate representation of color #945D14: hue angle of 34.22º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #945D14 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 93 20 -
CMYK 0 0.37 0.86 0.42
HSL 34.22º 0.76% 0.33% -
HSV(B) 34.22º 0.86% 0.58% -
XYZ 16.25 14.18 2.54 -
YUV 101.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 148 93 20 0 0.37 0.86 0.42 34.22 0.76 0.33
Hex 94 5D 14 0 25 56 2A 22 4C 21
Octal 224 135 24 0 45 126 52 42 114 41
Binary 10010100 1011101 10100 0 100101 1010110 101010 100010 1001100 100001

Color Harmonies of #945D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D14

Black with #945D14

Text Example


Text Example

White with #945D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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