Html Css Color HEX #465027 Bronzetone

📋 copy color: '#465027'

red 70 ◦ green 80 ◦ blue 39

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

Shades of Bronzetone #465027

Tints of Bronzetone #465027

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.33%

 BLUE value IS 39 (15.63% from 255) = 20.63%

R = 37.04%
G = 42.33%
B = 20.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#465027 (or 0x465027) is known color: Bronzetone. HEX triplet: 46, 50 and 27. RGB value is (70,80,39). Sum of RGB (Red+Green+Blue) = 70+80+39=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #465027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465027 is #B9AFD8. Grayscale: #484848. Windows color (decimal): -12169177 or 2576454. OLE color: 2576454.

HSL color Cylindrical-coordinate representation of color #465027: hue angle of 74.63º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465027 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 39 -
CMYK 0.12 0 0.51 0.69
HSL 74.63º 0.34% 0.23% -
HSV(B) 74.63º 0.51% 0.31% -
XYZ 5.76 7.19 3 -
YUV 72.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 70 80 39 0.12 0 0.51 0.69 74.63 0.34 0.23
Hex 46 50 27 C 0 33 45 4B 22 17
Octal 106 120 47 14 0 63 105 113 42 27
Binary 1000110 1010000 100111 1100 0 110011 1000101 1001011 100010 10111

Color Harmonies of #465027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465027

Black with #465027

Text Example


Text Example

White with #465027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465027; }

 p { color: rgb(70,80,39); }

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

background-color css

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

 a { background-color: rgb(70,80,39); }

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

border-color css

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

 span { border-color: rgb(70,80,39); }

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