Html Css Color HEX #465227 Bronzetone

📋 copy color: '#465227'

red 70 ◦ green 82 ◦ blue 39

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

Shades of Bronzetone #465227

Tints of Bronzetone #465227

RGB

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

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

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

R = 36.65%
G = 42.93%
B = 20.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#465227 (or 0x465227) is known color: Bronzetone. HEX triplet: 46, 52 and 27. RGB value is (70,82,39). Sum of RGB (Red+Green+Blue) = 70+82+39=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #465227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465227 is #B9ADD8. Grayscale: #494949. Windows color (decimal): -12168665 or 2576966. OLE color: 2576966.

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

Color convert

RGB 70 82 39 -
CMYK 0.15 0 0.52 0.68
HSL 76.74º 0.36% 0.24% -
HSV(B) 76.74º 0.52% 0.32% -
XYZ 5.91 7.48 3.05 -
YUV 73.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 70 82 39 0.15 0 0.52 0.68 76.74 0.36 0.24
Hex 46 52 27 F 0 34 44 4D 24 18
Octal 106 122 47 17 0 64 104 115 44 30
Binary 1000110 1010010 100111 1111 0 110100 1000100 1001101 100100 11000

Color Harmonies of #465227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465227

Black with #465227

Text Example


Text Example

White with #465227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465227; }

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

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

background-color css

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

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

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

border-color css

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

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

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