Html Css Color HEX #425520 Bronzetone

📋 copy color: '#425520'

red 66 ◦ green 85 ◦ blue 32

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

Shades of Bronzetone #425520

Tints of Bronzetone #425520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

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

R = 36.07%
G = 46.45%
B = 17.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#425520 (or 0x425520) is known color: Bronzetone. HEX triplet: 42, 55 and 20. RGB value is (66,85,32). Sum of RGB (Red+Green+Blue) = 66+85+32=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #425520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425520 is #BDAADF. Grayscale: #494949. Windows color (decimal): -12430048 or 2118978. OLE color: 2118978.

HSL color Cylindrical-coordinate representation of color #425520: hue angle of 81.51º 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 #425520 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 32 -
CMYK 0.22 0 0.62 0.67
HSL 81.51º 0.45% 0.23% -
HSV(B) 81.51º 0.62% 0.33% -
XYZ 5.76 7.76 2.56 -
YUV 73.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 66 85 32 0.22 0 0.62 0.67 81.51 0.45 0.23
Hex 42 55 20 16 0 3E 43 52 2D 17
Octal 102 125 40 26 0 76 103 122 55 27
Binary 1000010 1010101 100000 10110 0 111110 1000011 1010010 101101 10111

Color Harmonies of #425520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425520

Black with #425520

Text Example


Text Example

White with #425520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425520; }

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

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

background-color css

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

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

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

border-color css

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

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

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