Html Css Color HEX #946512 Golden Brown

📋 copy color: '#946512'

red 148 ◦ green 101 ◦ blue 18

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

Shades of Golden Brown #946512

Tints of Golden Brown #946512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 55.43%
G = 37.83%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#946512 (or 0x946512) is known color: Golden Brown. HEX triplet: 94, 65 and 12. RGB value is (148,101,18). Sum of RGB (Red+Green+Blue) = 148+101+18=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #946512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946512 is #6B9AED. Grayscale: #696969. Windows color (decimal): -7052014 or 1205652. OLE color: 1205652.

HSL color Cylindrical-coordinate representation of color #946512: hue angle of 38.31º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #946512 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 101 18 -
CMYK 0 0.32 0.88 0.42
HSL 38.31º 0.78% 0.33% -
HSV(B) 38.31º 0.88% 0.58% -
XYZ 16.98 15.65 2.7 -
YUV 105.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 148 101 18 0 0.32 0.88 0.42 38.31 0.78 0.33
Hex 94 65 12 0 20 58 2A 26 4E 21
Octal 224 145 22 0 40 130 52 46 116 41
Binary 10010100 1100101 10010 0 100000 1011000 101010 100110 1001110 100001

Color Harmonies of #946512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946512

Black with #946512

Text Example


Text Example

White with #946512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946512; }

 p { color: rgb(148,101,18); }

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

background-color css

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

 a { background-color: rgb(148,101,18); }

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

border-color css

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

 span { border-color: rgb(148,101,18); }

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