Html Css Color HEX #3E481E Bronzetone

📋 copy color: '#3E481E'

red 62 ◦ green 72 ◦ blue 30

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

Shades of Bronzetone #3E481E

Tints of Bronzetone #3E481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 37.8%
G = 43.9%
B = 18.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#3E481E (or 0x3E481E) is known color: Bronzetone. HEX triplet: 3E, 48 and 1E. RGB value is (62,72,30). Sum of RGB (Red+Green+Blue) = 62+72+30=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #3E481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E481E is #C1B7E1. Grayscale: #404040. Windows color (decimal): -12695522 or 1984574. OLE color: 1984574.

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

Color convert

RGB 62 72 30 -
CMYK 0.14 0 0.58 0.72
HSL 74.29º 0.41% 0.2% -
HSV(B) 74.29º 0.58% 0.28% -
XYZ 4.54 5.75 2.1 -
YUV 64.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 62 72 30 0.14 0 0.58 0.72 74.29 0.41 0.2
Hex 3E 48 1E E 0 3A 48 4A 29 14
Octal 76 110 36 16 0 72 110 112 51 24
Binary 111110 1001000 11110 1110 0 111010 1001000 1001010 101001 10100

Color Harmonies of #3E481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E481E

Black with #3E481E

Text Example


Text Example

White with #3E481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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