#425320

Color #425320 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #425320

Tints of Bronzetone #425320

Color information

#425320 (or 0x425320) is unknown color: approx Bronzetone. HEX triplet: 42, 53 and 20. RGB value is (66,83,32). Sum of RGB (Red+Green+Blue) = 66+83+32=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #425320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425320 is #BDACDF. Grayscale: #484848. Windows color (decimal): -12430560 or 2118466. OLE color: 2118466.

HSL color Cylindrical-coordinate representation of color #425320: hue angle of 80º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #425320 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB668332-
CMYK0.2000.610.67
HSL80º44.35%22.55%-
HSV(B)80º61.45%32.55%-
XYZ5.67.452.51-
YUV72.1105.37123.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=36.46%
G=45.86%
B=17.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683320.2000.610.678044.3522.55
Hex4253201403D43502c17
Octal10212340240751031205427
Binary100001010100111000001010001111011000011101000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425320; }

 p { color: rgb(66,83,32); }

 H1.HeaderClassName
 {
   color: #425320;
 }
 .AnyTagClassName
 {
   color: #425320;
 }
</style>
background-color css

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

 a { background-color: rgb(66,83,32); }

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

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

 span { border-color: rgb(66,83,32); }

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