Html Css Color HEX #946D1C Golden Brown

📋 copy color: '#946D1C'

red 148 ◦ green 109 ◦ blue 28

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

Shades of Golden Brown #946D1C

Tints of Golden Brown #946D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 51.93%
G = 38.25%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#946D1C (or 0x946D1C) is known color: Golden Brown. HEX triplet: 94, 6D and 1C. RGB value is (148,109,28). Sum of RGB (Red+Green+Blue) = 148+109+28=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #946D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D1C is #6B92E3. Grayscale: #6F6F6F. Windows color (decimal): -7049956 or 1863060. OLE color: 1863060.

HSL color Cylindrical-coordinate representation of color #946D1C: hue angle of 40.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #946D1C is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 28 -
CMYK 0 0.26 0.81 0.42
HSL 40.5º 0.68% 0.35% -
HSV(B) 40.5º 0.81% 0.58% -
XYZ 17.89 17.32 3.5 -
YUV 111.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 148 109 28 0 0.26 0.81 0.42 40.5 0.68 0.35
Hex 94 6D 1C 0 1A 51 2A 28 44 23
Octal 224 155 34 0 32 121 52 50 104 43
Binary 10010100 1101101 11100 0 11010 1010001 101010 101000 1000100 100011

Color Harmonies of #946D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D1C

Black with #946D1C

Text Example


Text Example

White with #946D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,109,28); }

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

background-color css

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

 a { background-color: rgb(148,109,28); }

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

border-color css

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

 span { border-color: rgb(148,109,28); }

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