Html Css Color HEX #465224 Bronzetone

📋 copy color: '#465224'

red 70 ◦ green 82 ◦ blue 36

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

Shades of Bronzetone #465224

Tints of Bronzetone #465224

RGB

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

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

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

R = 37.23%
G = 43.62%
B = 19.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#465224 (or 0x465224) is known color: Bronzetone. HEX triplet: 46, 52 and 24. RGB value is (70,82,36). Sum of RGB (Red+Green+Blue) = 70+82+36=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #465224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465224 is #B9ADDB. Grayscale: #494949. Windows color (decimal): -12168668 or 2380358. OLE color: 2380358.

HSL color Cylindrical-coordinate representation of color #465224: hue angle of 75.65º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #465224 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 36 -
CMYK 0.15 0 0.56 0.68
HSL 75.65º 0.39% 0.23% -
HSV(B) 75.65º 0.56% 0.32% -
XYZ 5.86 7.46 2.8 -
YUV 73.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 70 82 36 0.15 0 0.56 0.68 75.65 0.39 0.23
Hex 46 52 24 F 0 38 44 4C 27 17
Octal 106 122 44 17 0 70 104 114 47 27
Binary 1000110 1010010 100100 1111 0 111000 1000100 1001100 100111 10111

Color Harmonies of #465224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465224

Black with #465224

Text Example


Text Example

White with #465224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465224; }

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

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

background-color css

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

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

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

border-color css

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

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

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