Html Css Color HEX #46512A Bronzetone

📋 copy color: '#46512A'

red 70 ◦ green 81 ◦ blue 42

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

Shades of Bronzetone #46512A

Tints of Bronzetone #46512A

RGB

 RED value IS 70 (27.73% from 255) = 36.27%

 GREEN value IS 81 (32.03% from 255) = 41.97%

 BLUE value IS 42 (16.8% from 255) = 21.76%

R = 36.27%
G = 41.97%
B = 21.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#46512A (or 0x46512A) is known color: Bronzetone. HEX triplet: 46, 51 and 2A. RGB value is (70,81,42). Sum of RGB (Red+Green+Blue) = 70+81+42=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #46512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46512A is #B9AED5. Grayscale: #494949. Windows color (decimal): -12168918 or 2773318. OLE color: 2773318.

HSL color Cylindrical-coordinate representation of color #46512A: hue angle of 76.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46512A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 42 -
CMYK 0.14 0 0.48 0.68
HSL 76.92º 0.32% 0.24% -
HSV(B) 76.92º 0.48% 0.32% -
XYZ 5.89 7.35 3.3 -
YUV 73.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 70 81 42 0.14 0 0.48 0.68 76.92 0.32 0.24
Hex 46 51 2A E 0 30 44 4D 20 18
Octal 106 121 52 16 0 60 104 115 40 30
Binary 1000110 1010001 101010 1110 0 110000 1000100 1001101 100000 11000

Color Harmonies of #46512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46512A

Black with #46512A

Text Example


Text Example

White with #46512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46512A; }

 p { color: rgb(70,81,42); }

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

background-color css

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

 a { background-color: rgb(70,81,42); }

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

border-color css

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

 span { border-color: rgb(70,81,42); }

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