Html Css Color HEX #946503 Golden Brown

📋 copy color: '#946503'

red 148 ◦ green 101 ◦ blue 3

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

Shades of Golden Brown #946503

Tints of Golden Brown #946503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.08%

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

R = 58.73%
G = 40.08%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#946503 (or 0x946503) is known color: Golden Brown. HEX triplet: 94, 65 and 03. RGB value is (148,101,3). Sum of RGB (Red+Green+Blue) = 148+101+3=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #946503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946503 is #6B9AFC. Grayscale: #686868. Windows color (decimal): -7052029 or 222612. OLE color: 222612.

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

Color convert

RGB 148 101 3 -
CMYK 0 0.32 0.98 0.42
HSL 40.55º 0.96% 0.3% -
HSV(B) 40.55º 0.98% 0.58% -
XYZ 16.88 15.61 2.21 -
YUV 103.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 148 101 3 0 0.32 0.98 0.42 40.55 0.96 0.3
Hex 94 65 3 0 20 62 2A 29 60 1E
Octal 224 145 3 0 40 142 52 51 140 36
Binary 10010100 1100101 11 0 100000 1100010 101010 101001 1100000 11110

Color Harmonies of #946503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946503

Black with #946503

Text Example


Text Example

White with #946503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946503; }

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

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

background-color css

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

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

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

border-color css

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

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

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