Html Css Color HEX #946505 Golden Brown

📋 copy color: '#946505'

red 148 ◦ green 101 ◦ blue 5

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

Shades of Golden Brown #946505

Tints of Golden Brown #946505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 58.27%
G = 39.76%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#946505 (or 0x946505) is known color: Golden Brown. HEX triplet: 94, 65 and 05. RGB value is (148,101,5). Sum of RGB (Red+Green+Blue) = 148+101+5=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #946505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946505 is #6B9AFA. Grayscale: #686868. Windows color (decimal): -7052027 or 353684. OLE color: 353684.

HSL color Cylindrical-coordinate representation of color #946505: hue angle of 40.28º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #946505 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 101 5 -
CMYK 0 0.32 0.97 0.42
HSL 40.28º 0.93% 0.3% -
HSV(B) 40.28º 0.97% 0.58% -
XYZ 16.89 15.61 2.27 -
YUV 104.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 148 101 5 0 0.32 0.97 0.42 40.28 0.93 0.3
Hex 94 65 5 0 20 61 2A 28 5D 1E
Octal 224 145 5 0 40 141 52 50 135 36
Binary 10010100 1100101 101 0 100000 1100001 101010 101000 1011101 11110

Color Harmonies of #946505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946505

Black with #946505

Text Example


Text Example

White with #946505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946505; }

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

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

background-color css

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

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

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

border-color css

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

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

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