Html Css Color HEX #42482F Bronzetone

📋 copy color: '#42482F'

red 66 ◦ green 72 ◦ blue 47

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

Shades of Bronzetone #42482F

Tints of Bronzetone #42482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 35.68%
G = 38.92%
B = 25.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#42482F (or 0x42482F) is known color: Bronzetone. HEX triplet: 42, 48 and 2F. RGB value is (66,72,47). Sum of RGB (Red+Green+Blue) = 66+72+47=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #42482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42482F is #BDB7D0. Grayscale: #434343. Windows color (decimal): -12433361 or 3098690. OLE color: 3098690.

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

Color convert

RGB 66 72 47 -
CMYK 0.08 0 0.35 0.72
HSL 74.4º 0.21% 0.23% -
HSV(B) 74.4º 0.35% 0.28% -
XYZ 5.08 6 3.58 -
YUV 67.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 66 72 47 0.08 0 0.35 0.72 74.4 0.21 0.23
Hex 42 48 2F 8 0 23 48 4A 15 17
Octal 102 110 57 10 0 43 110 112 25 27
Binary 1000010 1001000 101111 1000 0 100011 1001000 1001010 10101 10111

Color Harmonies of #42482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42482F

Black with #42482F

Text Example


Text Example

White with #42482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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