#43472A

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

Shades of Bronzetone #43472A

Tints of Bronzetone #43472A

Color information

#43472A (or 0x43472A) is unknown color: approx Bronzetone. HEX triplet: 43, 47 and 2A. RGB value is (67,71,42). Sum of RGB (Red+Green+Blue) = 67+71+42=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #43472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43472A is #BCB8D5. Grayscale: #424242. Windows color (decimal): -12368086 or 2770755. OLE color: 2770755.

HSL color Cylindrical-coordinate representation of color #43472A: hue angle of 68.28º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #43472A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB677142-
CMYK0.0600.410.72
HSL68.28º25.66%22.16%-
HSV(B)68.28º40.85%27.84%-
XYZ4.995.873.06-
YUV66.5114.17128.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.22%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=37.22%
G=39.44%
B=23.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771420.0600.410.7268.2825.6622.16
Hex43472A602948441a16
Octal1031075260511101043226
Binary100001110001111010101100101001100100010001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43472A; }

 p { color: rgb(67,71,42); }

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

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

 a { background-color: rgb(67,71,42); }

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

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

 span { border-color: rgb(67,71,42); }

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