Html Css Color HEX #946014 Golden Brown

📋 copy color: '#946014'

red 148 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #946014

Tints of Golden Brown #946014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 56.06%
G = 36.36%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946014 (or 0x946014) is known color: Golden Brown. HEX triplet: 94, 60 and 14. RGB value is (148,96,20). Sum of RGB (Red+Green+Blue) = 148+96+20=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #946014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946014 is #6B9FEB. Grayscale: #676767. Windows color (decimal): -7053292 or 1335444. OLE color: 1335444.

HSL color Cylindrical-coordinate representation of color #946014: hue angle of 35.62º 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 #946014 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 96 20 -
CMYK 0 0.35 0.86 0.42
HSL 35.63º 0.76% 0.33% -
HSV(B) 35.63º 0.86% 0.58% -
XYZ 16.52 14.71 2.63 -
YUV 102.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 148 96 20 0 0.35 0.86 0.42 35.63 0.76 0.33
Hex 94 60 14 0 23 56 2A 24 4C 21
Octal 224 140 24 0 43 126 52 44 114 41
Binary 10010100 1100000 10100 0 100011 1010110 101010 100100 1001100 100001

Color Harmonies of #946014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946014

Black with #946014

Text Example


Text Example

White with #946014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946014; }

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

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

background-color css

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

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

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

border-color css

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

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

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