Html Css Color HEX #424524 Bronzetone

📋 copy color: '#424524'

red 66 ◦ green 69 ◦ blue 36

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

Shades of Bronzetone #424524

Tints of Bronzetone #424524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

 BLUE value IS 36 (14.45% from 255) = 21.05%

R = 38.6%
G = 40.35%
B = 21.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#424524 (or 0x424524) is known color: Bronzetone. HEX triplet: 42, 45 and 24. RGB value is (66,69,36). Sum of RGB (Red+Green+Blue) = 66+69+36=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #424524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424524 is #BDBADB. Grayscale: #404040. Windows color (decimal): -12434140 or 2377026. OLE color: 2377026.

HSL color Cylindrical-coordinate representation of color #424524: hue angle of 65.45º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424524 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 36 -
CMYK 0.04 0 0.48 0.73
HSL 65.45º 0.31% 0.21% -
HSV(B) 65.45º 0.48% 0.27% -
XYZ 4.69 5.54 2.49 -
YUV 64.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 66 69 36 0.04 0 0.48 0.73 65.45 0.31 0.21
Hex 42 45 24 4 0 30 49 41 1F 15
Octal 102 105 44 4 0 60 111 101 37 25
Binary 1000010 1000101 100100 100 0 110000 1001001 1000001 11111 10101

Color Harmonies of #424524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424524

Black with #424524

Text Example


Text Example

White with #424524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424524; }

 p { color: rgb(66,69,36); }

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

background-color css

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

 a { background-color: rgb(66,69,36); }

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

border-color css

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

 span { border-color: rgb(66,69,36); }

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