Html Css Color HEX #424525 Bronzetone

📋 copy color: '#424525'

red 66 ◦ green 69 ◦ blue 37

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

Shades of Bronzetone #424525

Tints of Bronzetone #424525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

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

R = 38.37%
G = 40.12%
B = 21.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#424525 (or 0x424525) is known color: Bronzetone. HEX triplet: 42, 45 and 25. RGB value is (66,69,37). Sum of RGB (Red+Green+Blue) = 66+69+37=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #424525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424525 is #BDBADA. Grayscale: #404040. Windows color (decimal): -12434139 or 2442562. OLE color: 2442562.

HSL color Cylindrical-coordinate representation of color #424525: hue angle of 65.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424525 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 37 -
CMYK 0.04 0 0.46 0.73
HSL 65.63º 0.3% 0.21% -
HSV(B) 65.63º 0.46% 0.27% -
XYZ 4.71 5.55 2.57 -
YUV 64.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 66 69 37 0.04 0 0.46 0.73 65.63 0.3 0.21
Hex 42 45 25 4 0 2E 49 42 1E 15
Octal 102 105 45 4 0 56 111 102 36 25
Binary 1000010 1000101 100101 100 0 101110 1001001 1000010 11110 10101

Color Harmonies of #424525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424525

Black with #424525

Text Example


Text Example

White with #424525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424525; }

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

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

background-color css

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

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

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

border-color css

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

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

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