Html Css Color HEX #425223 Bronzetone

📋 copy color: '#425223'

red 66 ◦ green 82 ◦ blue 35

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

Shades of Bronzetone #425223

Tints of Bronzetone #425223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.13%

R = 36.07%
G = 44.81%
B = 19.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#425223 (or 0x425223) is known color: Bronzetone. HEX triplet: 42, 52 and 23. RGB value is (66,82,35). Sum of RGB (Red+Green+Blue) = 66+82+35=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #425223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425223 is #BDADDC. Grayscale: #484848. Windows color (decimal): -12430813 or 2314818. OLE color: 2314818.

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

Color convert

RGB 66 82 35 -
CMYK 0.20 0 0.57 0.68
HSL 80.43º 0.4% 0.23% -
HSV(B) 80.43º 0.57% 0.32% -
XYZ 5.57 7.31 2.71 -
YUV 71.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 66 82 35 0.20 0 0.57 0.68 80.43 0.4 0.23
Hex 42 52 23 14 0 39 44 50 28 17
Octal 102 122 43 24 0 71 104 120 50 27
Binary 1000010 1010010 100011 10100 0 111001 1000100 1010000 101000 10111

Color Harmonies of #425223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425223

Black with #425223

Text Example


Text Example

White with #425223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425223; }

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

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

background-color css

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

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

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

border-color css

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

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

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