Html Css Color HEX #946713 Golden Brown

📋 copy color: '#946713'

red 148 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #946713

Tints of Golden Brown #946713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.15%

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

R = 54.81%
G = 38.15%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#946713 (or 0x946713) is known color: Golden Brown. HEX triplet: 94, 67 and 13. RGB value is (148,103,19). Sum of RGB (Red+Green+Blue) = 148+103+19=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #946713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946713 is #6B98EC. Grayscale: #6B6B6B. Windows color (decimal): -7051501 or 1271700. OLE color: 1271700.

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

Color convert

RGB 148 103 19 -
CMYK 0 0.30 0.87 0.42
HSL 39.07º 0.77% 0.33% -
HSV(B) 39.07º 0.87% 0.58% -
XYZ 17.18 16.04 2.81 -
YUV 106.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 148 103 19 0 0.30 0.87 0.42 39.07 0.77 0.33
Hex 94 67 13 0 1E 57 2A 27 4D 21
Octal 224 147 23 0 36 127 52 47 115 41
Binary 10010100 1100111 10011 0 11110 1010111 101010 100111 1001101 100001

Color Harmonies of #946713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946713

Black with #946713

Text Example


Text Example

White with #946713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946713; }

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

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

background-color css

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

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

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

border-color css

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

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

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