#424B2D

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

Shades of Bronzetone #424B2D

Tints of Bronzetone #424B2D

Color information

#424B2D (or 0x424B2D) is unknown color: approx Bronzetone. HEX triplet: 42, 4B and 2D. RGB value is (66,75,45). Sum of RGB (Red+Green+Blue) = 66+75+45=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #424B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B2D is #BDB4D2. Grayscale: #454545. Windows color (decimal): -12432595 or 2968386. OLE color: 2968386.

HSL color Cylindrical-coordinate representation of color #424B2D: hue angle of 78º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #424B2D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB667545-
CMYK0.1200.400.71
HSL78º25%23.53%-
HSV(B)78º40%29.41%-
XYZ5.246.383.44-
YUV68.89114.52125.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=35.48%
G=40.32%
B=24.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675450.1200.400.71782523.53
Hex424B2DC028474e1918
Octal10211355140501071163130
Binary1000010100101110110111000101000100011110011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424B2D; }

 p { color: rgb(66,75,45); }

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

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

 a { background-color: rgb(66,75,45); }

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

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

 span { border-color: rgb(66,75,45); }

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