Html Css Color HEX #425225 Bronzetone

📋 copy color: '#425225'

red 66 ◦ green 82 ◦ blue 37

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

Shades of Bronzetone #425225

Tints of Bronzetone #425225

RGB

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

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

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

R = 35.68%
G = 44.32%
B = 20%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#425225 (or 0x425225) is known color: Bronzetone. HEX triplet: 42, 52 and 25. RGB value is (66,82,37). Sum of RGB (Red+Green+Blue) = 66+82+37=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #425225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425225 is #BDADDA. Grayscale: #484848. Windows color (decimal): -12430811 or 2445890. OLE color: 2445890.

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

Color convert

RGB 66 82 37 -
CMYK 0.20 0 0.55 0.68
HSL 81.33º 0.38% 0.23% -
HSV(B) 81.33º 0.55% 0.32% -
XYZ 5.6 7.33 2.87 -
YUV 72.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 66 82 37 0.20 0 0.55 0.68 81.33 0.38 0.23
Hex 42 52 25 14 0 37 44 51 26 17
Octal 102 122 45 24 0 67 104 121 46 27
Binary 1000010 1010010 100101 10100 0 110111 1000100 1010001 100110 10111

Color Harmonies of #425225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425225

Black with #425225

Text Example


Text Example

White with #425225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425225; }

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

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

background-color css

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

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

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

border-color css

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

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

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