#424B21

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

Shades of Bronzetone #424B21

Tints of Bronzetone #424B21

Color information

#424B21 (or 0x424B21) is unknown color: approx Bronzetone. HEX triplet: 42, 4B and 21. RGB value is (66,75,33). Sum of RGB (Red+Green+Blue) = 66+75+33=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #424B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B21 is #BDB4DE. Grayscale: #434343. Windows color (decimal): -12432607 or 2181954. OLE color: 2181954.

HSL color Cylindrical-coordinate representation of color #424B21: hue angle of 72.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424B21 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB667533-
CMYK0.1200.560.71
HSL72.86º38.89%21.18%-
HSV(B)72.86º56%29.41%-
XYZ5.046.32.39-
YUV67.52108.52126.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=37.93%
G=43.10%
B=18.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675330.1200.560.7172.8638.8921.18
Hex424B21C03847492715
Octal10211341140701071114725
Binary10000101001011100001110001110001000111100100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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