Html Css Color HEX #42492B Bronzetone

📋 copy color: '#42492B'

red 66 ◦ green 73 ◦ blue 43

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

Shades of Bronzetone #42492B

Tints of Bronzetone #42492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.63%

R = 36.26%
G = 40.11%
B = 23.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#42492B (or 0x42492B) is known color: Bronzetone. HEX triplet: 42, 49 and 2B. RGB value is (66,73,43). Sum of RGB (Red+Green+Blue) = 66+73+43=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #42492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42492B is #BDB6D4. Grayscale: #434343. Windows color (decimal): -12433109 or 2836802. OLE color: 2836802.

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

Color convert

RGB 66 73 43 -
CMYK 0.10 0 0.41 0.71
HSL 74º 0.26% 0.23% -
HSV(B) 74º 0.41% 0.29% -
XYZ 5.07 6.1 3.2 -
YUV 67.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 66 73 43 0.10 0 0.41 0.71 74 0.26 0.23
Hex 42 49 2B A 0 29 47 4A 1A 17
Octal 102 111 53 12 0 51 107 112 32 27
Binary 1000010 1001001 101011 1010 0 101001 1000111 1001010 11010 10111

Color Harmonies of #42492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42492B

Black with #42492B

Text Example


Text Example

White with #42492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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