Html Css Color HEX #465029 Bronzetone

📋 copy color: '#465029'

red 70 ◦ green 80 ◦ blue 41

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

Shades of Bronzetone #465029

Tints of Bronzetone #465029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 36.65%
G = 41.88%
B = 21.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#465029 (or 0x465029) is known color: Bronzetone. HEX triplet: 46, 50 and 29. RGB value is (70,80,41). Sum of RGB (Red+Green+Blue) = 70+80+41=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #465029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465029 is #B9AFD6. Grayscale: #484848. Windows color (decimal): -12169175 or 2707526. OLE color: 2707526.

HSL color Cylindrical-coordinate representation of color #465029: hue angle of 75.38º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465029 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 41 -
CMYK 0.12 0 0.49 0.69
HSL 75.38º 0.32% 0.24% -
HSV(B) 75.38º 0.49% 0.31% -
XYZ 5.79 7.2 3.18 -
YUV 72.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 70 80 41 0.12 0 0.49 0.69 75.38 0.32 0.24
Hex 46 50 29 C 0 31 45 4B 20 18
Octal 106 120 51 14 0 61 105 113 40 30
Binary 1000110 1010000 101001 1100 0 110001 1000101 1001011 100000 11000

Color Harmonies of #465029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465029

Black with #465029

Text Example


Text Example

White with #465029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465029; }

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

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

background-color css

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

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

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

border-color css

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

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

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