Html Css Color HEX #946005 Golden Brown

📋 copy color: '#946005'

red 148 ◦ green 96 ◦ blue 5

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

Shades of Golden Brown #946005

Tints of Golden Brown #946005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 59.44%
G = 38.55%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#946005 (or 0x946005) is known color: Golden Brown. HEX triplet: 94, 60 and 05. RGB value is (148,96,5). Sum of RGB (Red+Green+Blue) = 148+96+5=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #946005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946005 is #6B9FFA. Grayscale: #656565. Windows color (decimal): -7053307 or 352404. OLE color: 352404.

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

Color convert

RGB 148 96 5 -
CMYK 0 0.35 0.97 0.42
HSL 38.18º 0.93% 0.3% -
HSV(B) 38.18º 0.97% 0.58% -
XYZ 16.42 14.67 2.11 -
YUV 101.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 148 96 5 0 0.35 0.97 0.42 38.18 0.93 0.3
Hex 94 60 5 0 23 61 2A 26 5D 1E
Octal 224 140 5 0 43 141 52 46 135 36
Binary 10010100 1100000 101 0 100011 1100001 101010 100110 1011101 11110

Color Harmonies of #946005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946005

Black with #946005

Text Example


Text Example

White with #946005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946005; }

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

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

background-color css

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

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

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

border-color css

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

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

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