Html Css Color HEX #424825 Bronzetone

📋 copy color: '#424825'

red 66 ◦ green 72 ◦ blue 37

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

Shades of Bronzetone #424825

Tints of Bronzetone #424825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.14%

R = 37.71%
G = 41.14%
B = 21.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#424825 (or 0x424825) is known color: Bronzetone. HEX triplet: 42, 48 and 25. RGB value is (66,72,37). Sum of RGB (Red+Green+Blue) = 66+72+37=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #424825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424825 is #BDB7DA. Grayscale: #424242. Windows color (decimal): -12433371 or 2443330. OLE color: 2443330.

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

Color convert

RGB 66 72 37 -
CMYK 0.08 0 0.49 0.72
HSL 70.29º 0.32% 0.21% -
HSV(B) 70.29º 0.49% 0.28% -
XYZ 4.9 5.93 2.64 -
YUV 66.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 66 72 37 0.08 0 0.49 0.72 70.29 0.32 0.21
Hex 42 48 25 8 0 31 48 46 20 15
Octal 102 110 45 10 0 61 110 106 40 25
Binary 1000010 1001000 100101 1000 0 110001 1001000 1000110 100000 10101

Color Harmonies of #424825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424825

Black with #424825

Text Example


Text Example

White with #424825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424825; }

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

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

background-color css

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

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

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

border-color css

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

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

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