Html Css Color HEX #946817 Golden Brown

📋 copy color: '#946817'

red 148 ◦ green 104 ◦ blue 23

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

Shades of Golden Brown #946817

Tints of Golden Brown #946817

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

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

R = 53.82%
G = 37.82%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946817 (or 0x946817) is known color: Golden Brown. HEX triplet: 94, 68 and 17. RGB value is (148,104,23). Sum of RGB (Red+Green+Blue) = 148+104+23=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #946817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946817 is #6B97E8. Grayscale: #6C6C6C. Windows color (decimal): -7051241 or 1534100. OLE color: 1534100.

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

Color convert

RGB 148 104 23 -
CMYK 0 0.30 0.84 0.42
HSL 38.88º 0.73% 0.34% -
HSV(B) 38.88º 0.84% 0.58% -
XYZ 17.32 16.26 3.04 -
YUV 107.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 148 104 23 0 0.30 0.84 0.42 38.88 0.73 0.34
Hex 94 68 17 0 1E 54 2A 27 49 22
Octal 224 150 27 0 36 124 52 47 111 42
Binary 10010100 1101000 10111 0 11110 1010100 101010 100111 1001001 100010

Color Harmonies of #946817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946817

Black with #946817

Text Example


Text Example

White with #946817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946817; }

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

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

background-color css

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

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

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

border-color css

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

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

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