Html Css Color HEX #465324 Bronzetone

📋 copy color: '#465324'

red 70 ◦ green 83 ◦ blue 36

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

Shades of Bronzetone #465324

Tints of Bronzetone #465324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.05%

R = 37.04%
G = 43.92%
B = 19.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#465324 (or 0x465324) is known color: Bronzetone. HEX triplet: 46, 53 and 24. RGB value is (70,83,36). Sum of RGB (Red+Green+Blue) = 70+83+36=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #465324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465324 is #B9ACDB. Grayscale: #494949. Windows color (decimal): -12168412 or 2380614. OLE color: 2380614.

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

Color convert

RGB 70 83 36 -
CMYK 0.16 0 0.57 0.67
HSL 76.6º 0.39% 0.23% -
HSV(B) 76.6º 0.57% 0.33% -
XYZ 5.94 7.62 2.83 -
YUV 73.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 70 83 36 0.16 0 0.57 0.67 76.6 0.39 0.23
Hex 46 53 24 10 0 39 43 4D 27 17
Octal 106 123 44 20 0 71 103 115 47 27
Binary 1000110 1010011 100100 10000 0 111001 1000011 1001101 100111 10111

Color Harmonies of #465324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465324

Black with #465324

Text Example


Text Example

White with #465324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465324; }

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

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

background-color css

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

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

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

border-color css

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

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

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