Html Css Color HEX #42482C Bronzetone

📋 copy color: '#42482C'

red 66 ◦ green 72 ◦ blue 44

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

Shades of Bronzetone #42482C

Tints of Bronzetone #42482C

RGB

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

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

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

R = 36.26%
G = 39.56%
B = 24.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#42482C (or 0x42482C) is known color: Bronzetone. HEX triplet: 42, 48 and 2C. RGB value is (66,72,44). Sum of RGB (Red+Green+Blue) = 66+72+44=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #42482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42482C is #BDB7D3. Grayscale: #434343. Windows color (decimal): -12433364 or 2902082. OLE color: 2902082.

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

Color convert

RGB 66 72 44 -
CMYK 0.08 0 0.39 0.72
HSL 72.86º 0.24% 0.23% -
HSV(B) 72.86º 0.39% 0.28% -
XYZ 5.02 5.97 3.27 -
YUV 67.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 66 72 44 0.08 0 0.39 0.72 72.86 0.24 0.23
Hex 42 48 2C 8 0 27 48 49 18 17
Octal 102 110 54 10 0 47 110 111 30 27
Binary 1000010 1001000 101100 1000 0 100111 1001000 1001001 11000 10111

Color Harmonies of #42482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42482C

Black with #42482C

Text Example


Text Example

White with #42482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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