Html Css Color HEX #425224 Bronzetone

📋 copy color: '#425224'

red 66 ◦ green 82 ◦ blue 36

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

Shades of Bronzetone #425224

Tints of Bronzetone #425224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.57%

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

R = 35.87%
G = 44.57%
B = 19.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#425224 (or 0x425224) is known color: Bronzetone. HEX triplet: 42, 52 and 24. RGB value is (66,82,36). Sum of RGB (Red+Green+Blue) = 66+82+36=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #425224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425224 is #BDADDB. Grayscale: #484848. Windows color (decimal): -12430812 or 2380354. OLE color: 2380354.

HSL color Cylindrical-coordinate representation of color #425224: hue angle of 80.87º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #425224 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 36 -
CMYK 0.20 0 0.56 0.68
HSL 80.87º 0.39% 0.23% -
HSV(B) 80.87º 0.56% 0.32% -
XYZ 5.58 7.32 2.79 -
YUV 71.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 66 82 36 0.20 0 0.56 0.68 80.87 0.39 0.23
Hex 42 52 24 14 0 38 44 51 27 17
Octal 102 122 44 24 0 70 104 121 47 27
Binary 1000010 1010010 100100 10100 0 111000 1000100 1010001 100111 10111

Color Harmonies of #425224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425224

Black with #425224

Text Example


Text Example

White with #425224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425224; }

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

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

background-color css

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

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

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

border-color css

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

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

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