Html Css Color HEX #3E482A Bronzetone

📋 copy color: '#3E482A'

red 62 ◦ green 72 ◦ blue 42

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

Shades of Bronzetone #3E482A

Tints of Bronzetone #3E482A

RGB

 RED value IS 62 (24.61% from 255) = 35.23%

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

 BLUE value IS 42 (16.8% from 255) = 23.86%

R = 35.23%
G = 40.91%
B = 23.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#3E482A (or 0x3E482A) is known color: Bronzetone. HEX triplet: 3E, 48 and 2A. RGB value is (62,72,42). Sum of RGB (Red+Green+Blue) = 62+72+42=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #3E482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E482A is #C1B7D5. Grayscale: #414141. Windows color (decimal): -12695510 or 2771006. OLE color: 2771006.

HSL color Cylindrical-coordinate representation of color #3E482A: hue angle of 80º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E482A is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 62 72 42 -
CMYK 0.14 0 0.42 0.72
HSL 80º 0.26% 0.22% -
HSV(B) 80º 0.42% 0.28% -
XYZ 4.72 5.83 3.07 -
YUV 65.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 62 72 42 0.14 0 0.42 0.72 80 0.26 0.22
Hex 3E 48 2A E 0 2A 48 50 1A 16
Octal 76 110 52 16 0 52 110 120 32 26
Binary 111110 1001000 101010 1110 0 101010 1001000 1010000 11010 10110

Color Harmonies of #3E482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E482A

Black with #3E482A

Text Example


Text Example

White with #3E482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E482A; }

 p { color: rgb(62,72,42); }

 H1.HeaderClassName
 {
   color: #3E482A;
 }
 .AnyTagClassName
 {
   color: #3E482A;
 }
</style>

background-color css

<style>
 a { background-color: #3E482A; }

 a { background-color: rgb(62,72,42); }

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

border-color css

<style>
 span { border-color: #3E482A; }

 span { border-color: rgb(62,72,42); }

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