Html Css Color HEX #465524 Bronzetone

📋 copy color: '#465524'

red 70 ◦ green 85 ◦ blue 36

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

Shades of Bronzetone #465524

Tints of Bronzetone #465524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

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

R = 36.65%
G = 44.5%
B = 18.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#465524 (or 0x465524) is known color: Bronzetone. HEX triplet: 46, 55 and 24. RGB value is (70,85,36). Sum of RGB (Red+Green+Blue) = 70+85+36=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #465524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465524 is #B9AADB. Grayscale: #4B4B4B. Windows color (decimal): -12167900 or 2381126. OLE color: 2381126.

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

Color convert

RGB 70 85 36 -
CMYK 0.18 0 0.58 0.67
HSL 78.37º 0.4% 0.24% -
HSV(B) 78.37º 0.58% 0.33% -
XYZ 6.09 7.93 2.88 -
YUV 74.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 70 85 36 0.18 0 0.58 0.67 78.37 0.4 0.24
Hex 46 55 24 12 0 3A 43 4E 28 18
Octal 106 125 44 22 0 72 103 116 50 30
Binary 1000110 1010101 100100 10010 0 111010 1000011 1001110 101000 11000

Color Harmonies of #465524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465524

Black with #465524

Text Example


Text Example

White with #465524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465524; }

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

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

background-color css

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

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

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

border-color css

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

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

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