#42472C

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

Shades of Bronzetone #42472C

Tints of Bronzetone #42472C

Color information

#42472C (or 0x42472C) is unknown color: approx Bronzetone. HEX triplet: 42, 47 and 2C. RGB value is (66,71,44). Sum of RGB (Red+Green+Blue) = 66+71+44=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #42472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42472C is #BDB8D3. Grayscale: #424242. Windows color (decimal): -12433620 or 2901826. OLE color: 2901826.

HSL color Cylindrical-coordinate representation of color #42472C: hue angle of 71.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42472C is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB667144-
CMYK0.0700.380.72
HSL71.11º23.48%22.55%-
HSV(B)71.11º38.03%27.84%-
XYZ4.955.853.25-
YUV66.43115.34127.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=36.46%
G=39.23%
B=24.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671440.0700.380.7271.1123.4822.55
Hex42472C702648471717
Octal1021075470461101072727
Binary100001010001111011001110100110100100010001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42472C; }

 p { color: rgb(66,71,44); }

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

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

 a { background-color: rgb(66,71,44); }

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

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

 span { border-color: rgb(66,71,44); }

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