#43482E

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

Shades of Bronzetone #43482E

Tints of Bronzetone #43482E

Color information

#43482E (or 0x43482E) is unknown color: approx Bronzetone. HEX triplet: 43, 48 and 2E. RGB value is (67,72,46). Sum of RGB (Red+Green+Blue) = 67+72+46=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #43482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43482E is #BCB7D1. Grayscale: #434343. Windows color (decimal): -12367826 or 3033155. OLE color: 3033155.

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

Color convert

RGB677246-
CMYK0.0700.360.72
HSL71.54º22.03%23.14%-
HSV(B)71.54º36.11%28.24%-
XYZ5.136.033.48-
YUV67.54115.84127.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=36.22%
G=38.92%
B=24.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6772460.0700.360.7271.5422.0323.14
Hex43482E702448481617
Octal1031105670441101102627
Binary100001110010001011101110100100100100010010001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43482E; }

 p { color: rgb(67,72,46); }

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

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

 a { background-color: rgb(67,72,46); }

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

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

 span { border-color: rgb(67,72,46); }

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