Html Css Color HEX #946E1A Golden Brown

📋 copy color: '#946E1A'

red 148 ◦ green 110 ◦ blue 26

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

Shades of Golden Brown #946E1A

Tints of Golden Brown #946E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 52.11%
G = 38.73%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#946E1A (or 0x946E1A) is known color: Golden Brown. HEX triplet: 94, 6E and 1A. RGB value is (148,110,26). Sum of RGB (Red+Green+Blue) = 148+110+26=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E1A is #6B91E5. Grayscale: #707070. Windows color (decimal): -7049702 or 1732244. OLE color: 1732244.

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

Color convert

RGB 148 110 26 -
CMYK 0 0.26 0.82 0.42
HSL 41.31º 0.7% 0.34% -
HSV(B) 41.31º 0.82% 0.58% -
XYZ 17.98 17.52 3.41 -
YUV 111.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 148 110 26 0 0.26 0.82 0.42 41.31 0.7 0.34
Hex 94 6E 1A 0 1A 52 2A 29 46 22
Octal 224 156 32 0 32 122 52 51 106 42
Binary 10010100 1101110 11010 0 11010 1010010 101010 101001 1000110 100010

Color Harmonies of #946E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E1A

Black with #946E1A

Text Example


Text Example

White with #946E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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