Html Css Color HEX #3E482B Bronzetone

📋 copy color: '#3E482B'

red 62 ◦ green 72 ◦ blue 43

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

Shades of Bronzetone #3E482B

Tints of Bronzetone #3E482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 35.03%
G = 40.68%
B = 24.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#3E482B (or 0x3E482B) is known color: Bronzetone. HEX triplet: 3E, 48 and 2B. RGB value is (62,72,43). Sum of RGB (Red+Green+Blue) = 62+72+43=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #3E482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E482B is #C1B7D4. Grayscale: #414141. Windows color (decimal): -12695509 or 2836542. OLE color: 2836542.

HSL color Cylindrical-coordinate representation of color #3E482B: hue angle of 80.69º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E482B is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 62 72 43 -
CMYK 0.14 0 0.40 0.72
HSL 80.69º 0.25% 0.23% -
HSV(B) 80.69º 0.4% 0.28% -
XYZ 4.74 5.83 3.16 -
YUV 65.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 62 72 43 0.14 0 0.40 0.72 80.69 0.25 0.23
Hex 3E 48 2B E 0 28 48 51 19 17
Octal 76 110 53 16 0 50 110 121 31 27
Binary 111110 1001000 101011 1110 0 101000 1001000 1010001 11001 10111

Color Harmonies of #3E482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E482B

Black with #3E482B

Text Example


Text Example

White with #3E482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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