Html Css Color HEX #424828 Bronzetone

📋 copy color: '#424828'

red 66 ◦ green 72 ◦ blue 40

#424828
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronzetone #424828

Tints of Bronzetone #424828

RGB

 RED value IS 66 (26.17% from 255) = 37.08%

 GREEN value IS 72 (28.52% from 255) = 40.45%

 BLUE value IS 40 (16.02% from 255) = 22.47%

R = 37.08%
G = 40.45%
B = 22.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#424828 (or 0x424828) is known color: Bronzetone. HEX triplet: 42, 48 and 28. RGB value is (66,72,40). Sum of RGB (Red+Green+Blue) = 66+72+40=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #424828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424828 is #BDB7D7. Grayscale: #424242. Windows color (decimal): -12433368 or 2639938. OLE color: 2639938.

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

Color convert

RGB 66 72 40 -
CMYK 0.08 0 0.44 0.72
HSL 71.25º 0.29% 0.22% -
HSV(B) 71.25º 0.44% 0.28% -
XYZ 4.95 5.95 2.89 -
YUV 66.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 66 72 40 0.08 0 0.44 0.72 71.25 0.29 0.22
Hex 42 48 28 8 0 2C 48 47 1D 16
Octal 102 110 50 10 0 54 110 107 35 26
Binary 1000010 1001000 101000 1000 0 101100 1001000 1000111 11101 10110

Color Harmonies of #424828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424828

Black with #424828

Text Example


Text Example

White with #424828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424828; }

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

 H1.HeaderClassName
 {
   color: #424828;
 }
 .AnyTagClassName
 {
   color: #424828;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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