Html Css Color HEX #946317 Golden Brown

📋 copy color: '#946317'

red 148 ◦ green 99 ◦ blue 23

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

Shades of Golden Brown #946317

Tints of Golden Brown #946317

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 54.81%
G = 36.67%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946317 (or 0x946317) is known color: Golden Brown. HEX triplet: 94, 63 and 17. RGB value is (148,99,23). Sum of RGB (Red+Green+Blue) = 148+99+23=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #946317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946317 is #6B9CE8. Grayscale: #696969. Windows color (decimal): -7052521 or 1532820. OLE color: 1532820.

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

Color convert

RGB 148 99 23 -
CMYK 0 0.33 0.84 0.42
HSL 36.48º 0.73% 0.34% -
HSV(B) 36.48º 0.84% 0.58% -
XYZ 16.83 15.28 2.87 -
YUV 104.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 148 99 23 0 0.33 0.84 0.42 36.48 0.73 0.34
Hex 94 63 17 0 21 54 2A 24 49 22
Octal 224 143 27 0 41 124 52 44 111 42
Binary 10010100 1100011 10111 0 100001 1010100 101010 100100 1001001 100010

Color Harmonies of #946317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946317

Black with #946317

Text Example


Text Example

White with #946317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946317; }

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

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

background-color css

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

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

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

border-color css

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

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

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