Html Css Color HEX #946F15 Golden Brown

📋 copy color: '#946F15'

red 148 ◦ green 111 ◦ blue 21

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

Shades of Golden Brown #946F15

Tints of Golden Brown #946F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 52.86%
G = 39.64%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946F15 (or 0x946F15) is known color: Golden Brown. HEX triplet: 94, 6F and 15. RGB value is (148,111,21). Sum of RGB (Red+Green+Blue) = 148+111+21=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #946F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F15 is #6B90EA. Grayscale: #707070. Windows color (decimal): -7049451 or 1404820. OLE color: 1404820.

HSL color Cylindrical-coordinate representation of color #946F15: hue angle of 42.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #946F15 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 21 -
CMYK 0 0.25 0.86 0.42
HSL 42.52º 0.75% 0.33% -
HSV(B) 42.52º 0.86% 0.58% -
XYZ 18.03 17.72 3.18 -
YUV 111.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 148 111 21 0 0.25 0.86 0.42 42.52 0.75 0.33
Hex 94 6F 15 0 19 56 2A 2B 4B 21
Octal 224 157 25 0 31 126 52 53 113 41
Binary 10010100 1101111 10101 0 11001 1010110 101010 101011 1001011 100001

Color Harmonies of #946F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F15

Black with #946F15

Text Example


Text Example

White with #946F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946F15; }

 p { color: rgb(148,111,21); }

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

background-color css

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

 a { background-color: rgb(148,111,21); }

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

border-color css

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

 span { border-color: rgb(148,111,21); }

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