Html Css Color HEX #42482D Bronzetone

📋 copy color: '#42482D'

red 66 ◦ green 72 ◦ blue 45

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

Shades of Bronzetone #42482D

Tints of Bronzetone #42482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.59%

R = 36.07%
G = 39.34%
B = 24.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#42482D (or 0x42482D) is known color: Bronzetone. HEX triplet: 42, 48 and 2D. RGB value is (66,72,45). Sum of RGB (Red+Green+Blue) = 66+72+45=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #42482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42482D is #BDB7D2. Grayscale: #434343. Windows color (decimal): -12433363 or 2967618. OLE color: 2967618.

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

Color convert

RGB 66 72 45 -
CMYK 0.08 0 0.38 0.72
HSL 73.33º 0.23% 0.23% -
HSV(B) 73.33º 0.38% 0.28% -
XYZ 5.04 5.98 3.37 -
YUV 67.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 66 72 45 0.08 0 0.38 0.72 73.33 0.23 0.23
Hex 42 48 2D 8 0 26 48 49 17 17
Octal 102 110 55 10 0 46 110 111 27 27
Binary 1000010 1001000 101101 1000 0 100110 1001000 1001001 10111 10111

Color Harmonies of #42482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42482D

Black with #42482D

Text Example


Text Example

White with #42482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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