Html Css Color HEX #465329 Bronzetone

📋 copy color: '#465329'

red 70 ◦ green 83 ◦ blue 41

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

Shades of Bronzetone #465329

Tints of Bronzetone #465329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

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

R = 36.08%
G = 42.78%
B = 21.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#465329 (or 0x465329) is known color: Bronzetone. HEX triplet: 46, 53 and 29. RGB value is (70,83,41). Sum of RGB (Red+Green+Blue) = 70+83+41=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #465329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465329 is #B9ACD6. Grayscale: #4A4A4A. Windows color (decimal): -12168407 or 2708294. OLE color: 2708294.

HSL color Cylindrical-coordinate representation of color #465329: hue angle of 78.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465329 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 41 -
CMYK 0.16 0 0.51 0.67
HSL 78.57º 0.34% 0.24% -
HSV(B) 78.57º 0.51% 0.33% -
XYZ 6.02 7.65 3.26 -
YUV 74.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 70 83 41 0.16 0 0.51 0.67 78.57 0.34 0.24
Hex 46 53 29 10 0 33 43 4F 22 18
Octal 106 123 51 20 0 63 103 117 42 30
Binary 1000110 1010011 101001 10000 0 110011 1000011 1001111 100010 11000

Color Harmonies of #465329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465329

Black with #465329

Text Example


Text Example

White with #465329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465329; }

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

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

background-color css

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

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

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

border-color css

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

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

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