Html Css Color HEX #465223 Bronzetone

📋 copy color: '#465223'

red 70 ◦ green 82 ◦ blue 35

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

Shades of Bronzetone #465223

Tints of Bronzetone #465223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.72%

R = 37.43%
G = 43.85%
B = 18.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#465223 (or 0x465223) is known color: Bronzetone. HEX triplet: 46, 52 and 23. RGB value is (70,82,35). Sum of RGB (Red+Green+Blue) = 70+82+35=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #465223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465223 is #B9ADDC. Grayscale: #494949. Windows color (decimal): -12168669 or 2314822. OLE color: 2314822.

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

Color convert

RGB 70 82 35 -
CMYK 0.15 0 0.57 0.68
HSL 75.32º 0.4% 0.23% -
HSV(B) 75.32º 0.57% 0.32% -
XYZ 5.85 7.46 2.72 -
YUV 73.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 70 82 35 0.15 0 0.57 0.68 75.32 0.4 0.23
Hex 46 52 23 F 0 39 44 4B 28 17
Octal 106 122 43 17 0 71 104 113 50 27
Binary 1000110 1010010 100011 1111 0 111001 1000100 1001011 101000 10111

Color Harmonies of #465223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465223

Black with #465223

Text Example


Text Example

White with #465223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465223; }

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

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

background-color css

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

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

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

border-color css

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

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

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