Html Css Color HEX #425025 Bronzetone

📋 copy color: '#425025'

red 66 ◦ green 80 ◦ blue 37

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

Shades of Bronzetone #425025

Tints of Bronzetone #425025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.72%

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

R = 36.07%
G = 43.72%
B = 20.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#425025 (or 0x425025) is known color: Bronzetone. HEX triplet: 42, 50 and 25. RGB value is (66,80,37). Sum of RGB (Red+Green+Blue) = 66+80+37=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #425025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425025 is #BDAFDA. Grayscale: #474747. Windows color (decimal): -12431323 or 2445378. OLE color: 2445378.

HSL color Cylindrical-coordinate representation of color #425025: hue angle of 79.53º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425025 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 37 -
CMYK 0.17 0 0.54 0.69
HSL 79.53º 0.37% 0.23% -
HSV(B) 79.53º 0.54% 0.31% -
XYZ 5.45 7.03 2.82 -
YUV 70.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 66 80 37 0.17 0 0.54 0.69 79.53 0.37 0.23
Hex 42 50 25 11 0 36 45 50 25 17
Octal 102 120 45 21 0 66 105 120 45 27
Binary 1000010 1010000 100101 10001 0 110110 1000101 1010000 100101 10111

Color Harmonies of #425025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425025

Black with #425025

Text Example


Text Example

White with #425025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425025; }

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

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

background-color css

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

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

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

border-color css

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

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

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