Html Css Color HEX #946E1C Golden Brown

📋 copy color: '#946E1C'

red 148 ◦ green 110 ◦ blue 28

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

Shades of Golden Brown #946E1C

Tints of Golden Brown #946E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 51.75%
G = 38.46%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#946E1C (or 0x946E1C) is known color: Golden Brown. HEX triplet: 94, 6E and 1C. RGB value is (148,110,28). Sum of RGB (Red+Green+Blue) = 148+110+28=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #946E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E1C is #6B91E3. Grayscale: #707070. Windows color (decimal): -7049700 or 1863316. OLE color: 1863316.

HSL color Cylindrical-coordinate representation of color #946E1C: hue angle of 41º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #946E1C is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 28 -
CMYK 0 0.26 0.81 0.42
HSL 41º 0.68% 0.35% -
HSV(B) 41º 0.81% 0.58% -
XYZ 18 17.53 3.53 -
YUV 112.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 148 110 28 0 0.26 0.81 0.42 41 0.68 0.35
Hex 94 6E 1C 0 1A 51 2A 29 44 23
Octal 224 156 34 0 32 121 52 51 104 43
Binary 10010100 1101110 11100 0 11010 1010001 101010 101001 1000100 100011

Color Harmonies of #946E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E1C

Black with #946E1C

Text Example


Text Example

White with #946E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E1C; }

 p { color: rgb(148,110,28); }

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

background-color css

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

 a { background-color: rgb(148,110,28); }

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

border-color css

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

 span { border-color: rgb(148,110,28); }

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