#424B31

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

Shades of Bronzetone #424B31

Tints of Bronzetone #424B31

Color information

#424B31 (or 0x424B31) is unknown color: approx Bronzetone. HEX triplet: 42, 4B and 31. RGB value is (66,75,49). Sum of RGB (Red+Green+Blue) = 66+75+49=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #424B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B31 is #BDB4CE. Grayscale: #454545. Windows color (decimal): -12432591 or 3230530. OLE color: 3230530.

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

Color convert

RGB667549-
CMYK0.1200.350.71
HSL80.77º20.97%24.31%-
HSV(B)80.77º34.67%29.41%-
XYZ5.326.413.86-
YUV69.34116.52125.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 75 (29.69% from 255) = 39.47%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=34.74%
G=39.47%
B=25.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675490.1200.350.7180.7720.9724.31
Hex424B31C02347511518
Octal10211361140431071212530
Binary1000010100101111000111000100011100011110100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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