Html Css Color HEX #425421 Bronzetone

📋 copy color: '#425421'

red 66 ◦ green 84 ◦ blue 33

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

Shades of Bronzetone #425421

Tints of Bronzetone #425421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 36.07%
G = 45.9%
B = 18.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#425421 (or 0x425421) is known color: Bronzetone. HEX triplet: 42, 54 and 21. RGB value is (66,84,33). Sum of RGB (Red+Green+Blue) = 66+84+33=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #425421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425421 is #BDABDE. Grayscale: #484848. Windows color (decimal): -12430303 or 2184258. OLE color: 2184258.

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

Color convert

RGB 66 84 33 -
CMYK 0.21 0 0.61 0.67
HSL 81.18º 0.44% 0.23% -
HSV(B) 81.18º 0.61% 0.33% -
XYZ 5.69 7.61 2.61 -
YUV 72.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 66 84 33 0.21 0 0.61 0.67 81.18 0.44 0.23
Hex 42 54 21 15 0 3D 43 51 2C 17
Octal 102 124 41 25 0 75 103 121 54 27
Binary 1000010 1010100 100001 10101 0 111101 1000011 1010001 101100 10111

Color Harmonies of #425421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425421

Black with #425421

Text Example


Text Example

White with #425421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425421; }

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

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

background-color css

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

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

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

border-color css

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

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

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