Html Css Color HEX #465229 Bronzetone

📋 copy color: '#465229'

red 70 ◦ green 82 ◦ blue 41

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

Shades of Bronzetone #465229

Tints of Bronzetone #465229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.49%

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

R = 36.27%
G = 42.49%
B = 21.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#465229 (or 0x465229) is known color: Bronzetone. HEX triplet: 46, 52 and 29. RGB value is (70,82,41). Sum of RGB (Red+Green+Blue) = 70+82+41=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #465229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465229 is #B9ADD6. Grayscale: #494949. Windows color (decimal): -12168663 or 2708038. OLE color: 2708038.

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

Color convert

RGB 70 82 41 -
CMYK 0.15 0 0.50 0.68
HSL 77.56º 0.33% 0.24% -
HSV(B) 77.56º 0.5% 0.32% -
XYZ 5.94 7.5 3.23 -
YUV 73.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 70 82 41 0.15 0 0.50 0.68 77.56 0.33 0.24
Hex 46 52 29 F 0 32 44 4E 21 18
Octal 106 122 51 17 0 62 104 116 41 30
Binary 1000110 1010010 101001 1111 0 110010 1000100 1001110 100001 11000

Color Harmonies of #465229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465229

Black with #465229

Text Example


Text Example

White with #465229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465229; }

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

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

background-color css

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

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

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

border-color css

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

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

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