Html Css Color HEX #42492C Bronzetone

📋 copy color: '#42492C'

red 66 ◦ green 73 ◦ blue 44

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

Shades of Bronzetone #42492C

Tints of Bronzetone #42492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.04%

R = 36.07%
G = 39.89%
B = 24.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#42492C (or 0x42492C) is known color: Bronzetone. HEX triplet: 42, 49 and 2C. RGB value is (66,73,44). Sum of RGB (Red+Green+Blue) = 66+73+44=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #42492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42492C is #BDB6D3. Grayscale: #434343. Windows color (decimal): -12433108 or 2902338. OLE color: 2902338.

HSL color Cylindrical-coordinate representation of color #42492C: hue angle of 74.48º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42492C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 44 -
CMYK 0.10 0 0.40 0.71
HSL 74.48º 0.25% 0.23% -
HSV(B) 74.48º 0.4% 0.29% -
XYZ 5.08 6.11 3.29 -
YUV 67.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 66 73 44 0.10 0 0.40 0.71 74.48 0.25 0.23
Hex 42 49 2C A 0 28 47 4A 19 17
Octal 102 111 54 12 0 50 107 112 31 27
Binary 1000010 1001001 101100 1010 0 101000 1000111 1001010 11001 10111

Color Harmonies of #42492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42492C

Black with #42492C

Text Example


Text Example

White with #42492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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