Html Css Color HEX #42492F Bronzetone

📋 copy color: '#42492F'

red 66 ◦ green 73 ◦ blue 47

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

Shades of Bronzetone #42492F

Tints of Bronzetone #42492F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 35.48%
G = 39.25%
B = 25.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#42492F (or 0x42492F) is known color: Bronzetone. HEX triplet: 42, 49 and 2F. RGB value is (66,73,47). Sum of RGB (Red+Green+Blue) = 66+73+47=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #42492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42492F is #BDB6D0. Grayscale: #444444. Windows color (decimal): -12433105 or 3098946. OLE color: 3098946.

HSL color Cylindrical-coordinate representation of color #42492F: hue angle of 76.15º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42492F is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 47 -
CMYK 0.10 0 0.36 0.71
HSL 76.15º 0.22% 0.24% -
HSV(B) 76.15º 0.36% 0.29% -
XYZ 5.14 6.13 3.6 -
YUV 67.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 66 73 47 0.10 0 0.36 0.71 76.15 0.22 0.24
Hex 42 49 2F A 0 24 47 4C 16 18
Octal 102 111 57 12 0 44 107 114 26 30
Binary 1000010 1001001 101111 1010 0 100100 1000111 1001100 10110 11000

Color Harmonies of #42492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42492F

Black with #42492F

Text Example


Text Example

White with #42492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42492F; }

 p { color: rgb(66,73,47); }

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

background-color css

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

 a { background-color: rgb(66,73,47); }

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

border-color css

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

 span { border-color: rgb(66,73,47); }

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