Html Css Color HEX #425420 Bronzetone

📋 copy color: '#425420'

red 66 ◦ green 84 ◦ blue 32

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

Shades of Bronzetone #425420

Tints of Bronzetone #425420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 36.26%
G = 46.15%
B = 17.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#425420 (or 0x425420) is known color: Bronzetone. HEX triplet: 42, 54 and 20. RGB value is (66,84,32). Sum of RGB (Red+Green+Blue) = 66+84+32=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #425420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425420 is #BDABDF. Grayscale: #484848. Windows color (decimal): -12430304 or 2118722. OLE color: 2118722.

HSL color Cylindrical-coordinate representation of color #425420: hue angle of 80.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425420 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 32 -
CMYK 0.21 0 0.62 0.67
HSL 80.77º 0.45% 0.23% -
HSV(B) 80.77º 0.62% 0.33% -
XYZ 5.68 7.6 2.53 -
YUV 72.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 66 84 32 0.21 0 0.62 0.67 80.77 0.45 0.23
Hex 42 54 20 15 0 3E 43 51 2D 17
Octal 102 124 40 25 0 76 103 121 55 27
Binary 1000010 1010100 100000 10101 0 111110 1000011 1010001 101101 10111

Color Harmonies of #425420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425420

Black with #425420

Text Example


Text Example

White with #425420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425420; }

 p { color: rgb(66,84,32); }

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

background-color css

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

 a { background-color: rgb(66,84,32); }

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

border-color css

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

 span { border-color: rgb(66,84,32); }

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