Html Css Color HEX #42482E Bronzetone

📋 copy color: '#42482E'

red 66 ◦ green 72 ◦ blue 46

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

Shades of Bronzetone #42482E

Tints of Bronzetone #42482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

 BLUE value IS 46 (18.36% from 255) = 25%

R = 35.87%
G = 39.13%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#42482E (or 0x42482E) is known color: Bronzetone. HEX triplet: 42, 48 and 2E. RGB value is (66,72,46). Sum of RGB (Red+Green+Blue) = 66+72+46=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #42482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42482E is #BDB7D1. Grayscale: #434343. Windows color (decimal): -12433362 or 3033154. OLE color: 3033154.

HSL color Cylindrical-coordinate representation of color #42482E: hue angle of 73.85º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42482E is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 46 -
CMYK 0.08 0 0.36 0.72
HSL 73.85º 0.22% 0.23% -
HSV(B) 73.85º 0.36% 0.28% -
XYZ 5.06 5.99 3.47 -
YUV 67.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 66 72 46 0.08 0 0.36 0.72 73.85 0.22 0.23
Hex 42 48 2E 8 0 24 48 4A 16 17
Octal 102 110 56 10 0 44 110 112 26 27
Binary 1000010 1001000 101110 1000 0 100100 1001000 1001010 10110 10111

Color Harmonies of #42482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42482E

Black with #42482E

Text Example


Text Example

White with #42482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42482E; }

 p { color: rgb(66,72,46); }

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

background-color css

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

 a { background-color: rgb(66,72,46); }

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

border-color css

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

 span { border-color: rgb(66,72,46); }

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