Html Css Color HEX #465522 Bronzetone

📋 copy color: '#465522'

red 70 ◦ green 85 ◦ blue 34

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

Shades of Bronzetone #465522

Tints of Bronzetone #465522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.99%

R = 37.04%
G = 44.97%
B = 17.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#465522 (or 0x465522) is known color: Bronzetone. HEX triplet: 46, 55 and 22. RGB value is (70,85,34). Sum of RGB (Red+Green+Blue) = 70+85+34=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #465522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465522 is #B9AADD. Grayscale: #4A4A4A. Windows color (decimal): -12167902 or 2250054. OLE color: 2250054.

HSL color Cylindrical-coordinate representation of color #465522: hue angle of 77.65º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465522 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 34 -
CMYK 0.18 0 0.60 0.67
HSL 77.65º 0.43% 0.23% -
HSV(B) 77.65º 0.6% 0.33% -
XYZ 6.06 7.91 2.72 -
YUV 74.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 70 85 34 0.18 0 0.60 0.67 77.65 0.43 0.23
Hex 46 55 22 12 0 3C 43 4E 2B 17
Octal 106 125 42 22 0 74 103 116 53 27
Binary 1000110 1010101 100010 10010 0 111100 1000011 1001110 101011 10111

Color Harmonies of #465522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465522

Black with #465522

Text Example


Text Example

White with #465522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465522; }

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

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

background-color css

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

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

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

border-color css

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

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

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