Html Css Color HEX #946E03 Golden Brown

📋 copy color: '#946E03'

red 148 ◦ green 110 ◦ blue 3

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

Shades of Golden Brown #946E03

Tints of Golden Brown #946E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 56.7%
G = 42.15%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#946E03 (or 0x946E03) is known color: Golden Brown. HEX triplet: 94, 6E and 03. RGB value is (148,110,3). Sum of RGB (Red+Green+Blue) = 148+110+3=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #946E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946E03 is #6B91FC. Grayscale: #6D6D6D. Windows color (decimal): -7049725 or 224916. OLE color: 224916.

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

Color convert

RGB 148 110 3 -
CMYK 0 0.26 0.98 0.42
HSL 44.28º 0.96% 0.3% -
HSV(B) 44.28º 0.98% 0.58% -
XYZ 17.81 17.45 2.52 -
YUV 109.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 148 110 3 0 0.26 0.98 0.42 44.28 0.96 0.3
Hex 94 6E 3 0 1A 62 2A 2C 60 1E
Octal 224 156 3 0 32 142 52 54 140 36
Binary 10010100 1101110 11 0 11010 1100010 101010 101100 1100000 11110

Color Harmonies of #946E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E03

Black with #946E03

Text Example


Text Example

White with #946E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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