Html Css Color HEX #465129 Bronzetone

📋 copy color: '#465129'

red 70 ◦ green 81 ◦ blue 41

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

Shades of Bronzetone #465129

Tints of Bronzetone #465129

RGB

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

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

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

R = 36.46%
G = 42.19%
B = 21.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#465129 (or 0x465129) is known color: Bronzetone. HEX triplet: 46, 51 and 29. RGB value is (70,81,41). Sum of RGB (Red+Green+Blue) = 70+81+41=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #465129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465129 is #B9AED6. Grayscale: #494949. Windows color (decimal): -12168919 or 2707782. OLE color: 2707782.

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

Color convert

RGB 70 81 41 -
CMYK 0.14 0 0.49 0.68
HSL 76.5º 0.33% 0.24% -
HSV(B) 76.5º 0.49% 0.32% -
XYZ 5.87 7.35 3.21 -
YUV 73.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 70 81 41 0.14 0 0.49 0.68 76.5 0.33 0.24
Hex 46 51 29 E 0 31 44 4C 21 18
Octal 106 121 51 16 0 61 104 114 41 30
Binary 1000110 1010001 101001 1110 0 110001 1000100 1001100 100001 11000

Color Harmonies of #465129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465129

Black with #465129

Text Example


Text Example

White with #465129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465129; }

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

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

background-color css

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

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

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

border-color css

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

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

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