Html Css Color HEX #424C28 Bronzetone

📋 copy color: '#424C28'

red 66 ◦ green 76 ◦ blue 40

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

Shades of Bronzetone #424C28

Tints of Bronzetone #424C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

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

R = 36.26%
G = 41.76%
B = 21.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#424C28 (or 0x424C28) is known color: Bronzetone. HEX triplet: 42, 4C and 28. RGB value is (66,76,40). Sum of RGB (Red+Green+Blue) = 66+76+40=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #424C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C28 is #BDB3D7. Grayscale: #454545. Windows color (decimal): -12432344 or 2640962. OLE color: 2640962.

HSL color Cylindrical-coordinate representation of color #424C28: hue angle of 76.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #424C28 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 76 40 -
CMYK 0.13 0 0.47 0.70
HSL 76.67º 0.31% 0.23% -
HSV(B) 76.67º 0.47% 0.3% -
XYZ 5.21 6.48 2.98 -
YUV 68.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 66 76 40 0.13 0 0.47 0.70 76.67 0.31 0.23
Hex 42 4C 28 D 0 2F 46 4D 1F 17
Octal 102 114 50 15 0 57 106 115 37 27
Binary 1000010 1001100 101000 1101 0 101111 1000110 1001101 11111 10111

Color Harmonies of #424C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C28

Black with #424C28

Text Example


Text Example

White with #424C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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