Html Css Color HEX #946314 Golden Brown

📋 copy color: '#946314'

red 148 ◦ green 99 ◦ blue 20

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

Shades of Golden Brown #946314

Tints of Golden Brown #946314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

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

R = 55.43%
G = 37.08%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946314 (or 0x946314) is known color: Golden Brown. HEX triplet: 94, 63 and 14. RGB value is (148,99,20). Sum of RGB (Red+Green+Blue) = 148+99+20=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #946314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946314 is #6B9CEB. Grayscale: #696969. Windows color (decimal): -7052524 or 1336212. OLE color: 1336212.

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

Color convert

RGB 148 99 20 -
CMYK 0 0.33 0.86 0.42
HSL 37.03º 0.76% 0.33% -
HSV(B) 37.03º 0.86% 0.58% -
XYZ 16.8 15.27 2.72 -
YUV 104.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 148 99 20 0 0.33 0.86 0.42 37.03 0.76 0.33
Hex 94 63 14 0 21 56 2A 25 4C 21
Octal 224 143 24 0 41 126 52 45 114 41
Binary 10010100 1100011 10100 0 100001 1010110 101010 100101 1001100 100001

Color Harmonies of #946314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946314

Black with #946314

Text Example


Text Example

White with #946314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946314; }

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

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

background-color css

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

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

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

border-color css

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

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

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