Html Css Color HEX #946013 Golden Brown

📋 copy color: '#946013'

red 148 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #946013

Tints of Golden Brown #946013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 56.27%
G = 36.5%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#946013 (or 0x946013) is known color: Golden Brown. HEX triplet: 94, 60 and 13. RGB value is (148,96,19). Sum of RGB (Red+Green+Blue) = 148+96+19=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #946013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946013 is #6B9FEC. Grayscale: #676767. Windows color (decimal): -7053293 or 1269908. OLE color: 1269908.

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

Color convert

RGB 148 96 19 -
CMYK 0 0.35 0.87 0.42
HSL 35.81º 0.77% 0.33% -
HSV(B) 35.81º 0.87% 0.58% -
XYZ 16.51 14.71 2.58 -
YUV 102.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 148 96 19 0 0.35 0.87 0.42 35.81 0.77 0.33
Hex 94 60 13 0 23 57 2A 24 4D 21
Octal 224 140 23 0 43 127 52 44 115 41
Binary 10010100 1100000 10011 0 100011 1010111 101010 100100 1001101 100001

Color Harmonies of #946013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946013

Black with #946013

Text Example


Text Example

White with #946013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946013; }

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

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

background-color css

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

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

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

border-color css

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

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

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