Html Css Color HEX #946F18 Golden Brown

📋 copy color: '#946F18'

red 148 ◦ green 111 ◦ blue 24

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

Shades of Golden Brown #946F18

Tints of Golden Brown #946F18

RGB

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

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

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

R = 52.3%
G = 39.22%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946F18 (or 0x946F18) is known color: Golden Brown. HEX triplet: 94, 6F and 18. RGB value is (148,111,24). Sum of RGB (Red+Green+Blue) = 148+111+24=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #946F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F18 is #6B90E7. Grayscale: #707070. Windows color (decimal): -7049448 or 1601428. OLE color: 1601428.

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

Color convert

RGB 148 111 24 -
CMYK 0 0.25 0.84 0.42
HSL 42.1º 0.72% 0.34% -
HSV(B) 42.1º 0.84% 0.58% -
XYZ 18.06 17.73 3.33 -
YUV 112.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 148 111 24 0 0.25 0.84 0.42 42.1 0.72 0.34
Hex 94 6F 18 0 19 54 2A 2A 48 22
Octal 224 157 30 0 31 124 52 52 110 42
Binary 10010100 1101111 11000 0 11001 1010100 101010 101010 1001000 100010

Color Harmonies of #946F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F18

Black with #946F18

Text Example


Text Example

White with #946F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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