Html Css Color HEX #946517 Golden Brown

📋 copy color: '#946517'

red 148 ◦ green 101 ◦ blue 23

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

Shades of Golden Brown #946517

Tints of Golden Brown #946517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.46%

R = 54.41%
G = 37.13%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946517 (or 0x946517) is known color: Golden Brown. HEX triplet: 94, 65 and 17. RGB value is (148,101,23). Sum of RGB (Red+Green+Blue) = 148+101+23=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #946517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946517 is #6B9AE8. Grayscale: #6A6A6A. Windows color (decimal): -7052009 or 1533332. OLE color: 1533332.

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

Color convert

RGB 148 101 23 -
CMYK 0 0.32 0.84 0.42
HSL 37.44º 0.73% 0.34% -
HSV(B) 37.44º 0.84% 0.58% -
XYZ 17.02 15.67 2.94 -
YUV 106.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 148 101 23 0 0.32 0.84 0.42 37.44 0.73 0.34
Hex 94 65 17 0 20 54 2A 25 49 22
Octal 224 145 27 0 40 124 52 45 111 42
Binary 10010100 1100101 10111 0 100000 1010100 101010 100101 1001001 100010

Color Harmonies of #946517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946517

Black with #946517

Text Example


Text Example

White with #946517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946517; }

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

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

background-color css

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

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

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

border-color css

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

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

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