#424830

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

Shades of Bronzetone #424830

Tints of Bronzetone #424830

Color information

#424830 (or 0x424830) is unknown color: approx Bronzetone. HEX triplet: 42, 48 and 30. RGB value is (66,72,48). Sum of RGB (Red+Green+Blue) = 66+72+48=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #424830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424830 is #BDB7CF. Grayscale: #434343. Windows color (decimal): -12433360 or 3164226. OLE color: 3164226.

HSL color Cylindrical-coordinate representation of color #424830: hue angle of 75º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424830 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB667248-
CMYK0.0800.330.72
HSL75º20%23.53%-
HSV(B)75º33.33%28.24%-
XYZ5.16.013.69-
YUV67.47117.01126.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=35.48%
G=38.71%
B=25.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672480.0800.330.72752023.53
Hex4248308021484b1418
Octal10211060100411101132430
Binary1000010100100011000010000100001100100010010111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424830; }

 p { color: rgb(66,72,48); }

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

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

 a { background-color: rgb(66,72,48); }

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

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

 span { border-color: rgb(66,72,48); }

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