Html Css Color HEX #946918 Golden Brown

📋 copy color: '#946918'

red 148 ◦ green 105 ◦ blue 24

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

Shades of Golden Brown #946918

Tints of Golden Brown #946918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 53.43%
G = 37.91%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946918 (or 0x946918) is known color: Golden Brown. HEX triplet: 94, 69 and 18. RGB value is (148,105,24). Sum of RGB (Red+Green+Blue) = 148+105+24=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #946918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946918 is #6B96E7. Grayscale: #6C6C6C. Windows color (decimal): -7050984 or 1599892. OLE color: 1599892.

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

Color convert

RGB 148 105 24 -
CMYK 0 0.29 0.84 0.42
HSL 39.19º 0.72% 0.34% -
HSV(B) 39.19º 0.84% 0.58% -
XYZ 17.43 16.47 3.12 -
YUV 108.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 148 105 24 0 0.29 0.84 0.42 39.19 0.72 0.34
Hex 94 69 18 0 1D 54 2A 27 48 22
Octal 224 151 30 0 35 124 52 47 110 42
Binary 10010100 1101001 11000 0 11101 1010100 101010 100111 1001000 100010

Color Harmonies of #946918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946918

Black with #946918

Text Example


Text Example

White with #946918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946918; }

 p { color: rgb(148,105,24); }

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

background-color css

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

 a { background-color: rgb(148,105,24); }

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

border-color css

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

 span { border-color: rgb(148,105,24); }

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