Html Css Color HEX #424725 Bronzetone

📋 copy color: '#424725'

red 66 ◦ green 71 ◦ blue 37

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

Shades of Bronzetone #424725

Tints of Bronzetone #424725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

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

R = 37.93%
G = 40.8%
B = 21.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#424725 (or 0x424725) is known color: Bronzetone. HEX triplet: 42, 47 and 25. RGB value is (66,71,37). Sum of RGB (Red+Green+Blue) = 66+71+37=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #424725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424725 is #BDB8DA. Grayscale: #414141. Windows color (decimal): -12433627 or 2443074. OLE color: 2443074.

HSL color Cylindrical-coordinate representation of color #424725: hue angle of 68.82º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424725 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 37 -
CMYK 0.07 0 0.48 0.72
HSL 68.82º 0.31% 0.21% -
HSV(B) 68.82º 0.48% 0.28% -
XYZ 4.83 5.8 2.61 -
YUV 65.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 66 71 37 0.07 0 0.48 0.72 68.82 0.31 0.21
Hex 42 47 25 7 0 30 48 45 1F 15
Octal 102 107 45 7 0 60 110 105 37 25
Binary 1000010 1000111 100101 111 0 110000 1001000 1000101 11111 10101

Color Harmonies of #424725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424725

Black with #424725

Text Example


Text Example

White with #424725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424725; }

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

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

background-color css

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

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

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

border-color css

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

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

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