Html Css Color HEX #46502E Bronzetone

📋 copy color: '#46502E'

red 70 ◦ green 80 ◦ blue 46

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

Shades of Bronzetone #46502E

Tints of Bronzetone #46502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 35.71%
G = 40.82%
B = 23.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#46502E (or 0x46502E) is known color: Bronzetone. HEX triplet: 46, 50 and 2E. RGB value is (70,80,46). Sum of RGB (Red+Green+Blue) = 70+80+46=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #46502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46502E is #B9AFD1. Grayscale: #494949. Windows color (decimal): -12169170 or 3035206. OLE color: 3035206.

HSL color Cylindrical-coordinate representation of color #46502E: hue angle of 77.65º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46502E is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 46 -
CMYK 0.12 0 0.42 0.69
HSL 77.65º 0.27% 0.25% -
HSV(B) 77.65º 0.43% 0.31% -
XYZ 5.89 7.24 3.67 -
YUV 73.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 70 80 46 0.12 0 0.42 0.69 77.65 0.27 0.25
Hex 46 50 2E C 0 2A 45 4E 1B 19
Octal 106 120 56 14 0 52 105 116 33 31
Binary 1000110 1010000 101110 1100 0 101010 1000101 1001110 11011 11001

Color Harmonies of #46502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46502E

Black with #46502E

Text Example


Text Example

White with #46502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46502E; }

 p { color: rgb(70,80,46); }

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

background-color css

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

 a { background-color: rgb(70,80,46); }

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

border-color css

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

 span { border-color: rgb(70,80,46); }

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