Html Css Color HEX #3E4F1C Bronzetone

📋 copy color: '#3E4F1C'

red 62 ◦ green 79 ◦ blue 28

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

Shades of Bronzetone #3E4F1C

Tints of Bronzetone #3E4F1C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.75%

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 36.69%
G = 46.75%
B = 16.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#3E4F1C (or 0x3E4F1C) is known color: Bronzetone. HEX triplet: 3E, 4F and 1C. RGB value is (62,79,28). Sum of RGB (Red+Green+Blue) = 62+79+28=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4F1C is #C1B0E3. Grayscale: #444444. Windows color (decimal): -12693732 or 1855294. OLE color: 1855294.

HSL color Cylindrical-coordinate representation of color #3E4F1C: hue angle of 80º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E4F1C is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 79 28 -
CMYK 0.22 0 0.65 0.69
HSL 80º 0.48% 0.21% -
HSV(B) 80º 0.65% 0.31% -
XYZ 4.99 6.7 2.13 -
YUV 68.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 62 79 28 0.22 0 0.65 0.69 80 0.48 0.21
Hex 3E 4F 1C 16 0 41 45 50 30 15
Octal 76 117 34 26 0 101 105 120 60 25
Binary 111110 1001111 11100 10110 0 1000001 1000101 1010000 110000 10101

Color Harmonies of #3E4F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4F1C

Black with #3E4F1C

Text Example


Text Example

White with #3E4F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,79,28); }

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

background-color css

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

 a { background-color: rgb(62,79,28); }

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

border-color css

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

 span { border-color: rgb(62,79,28); }

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