Html Css Color HEX #3E1004 Seal Brown

📋 copy color: '#3E1004'

red 62 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #3E1004

Tints of Seal Brown #3E1004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.51%

 BLUE value IS 4 (1.95% from 255) = 4.88%

R = 75.61%
G = 19.51%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.76

RGB Variations

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

Color information

#3E1004 (or 0x3E1004) is known color: Seal Brown. HEX triplet: 3E, 10 and 04. RGB value is (62,16,4). Sum of RGB (Red+Green+Blue) = 62+16+4=82 (10% of max value = 765). Red value is 62 (24.61% from 255 or 75.61% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1004 is #C1EFFB. Grayscale: #1C1C1C. Windows color (decimal): -12709884 or 266302. OLE color: 266302.

HSL color Cylindrical-coordinate representation of color #3E1004: hue angle of 12.41º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E1004 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 16 4 -
CMYK 0 0.74 0.94 0.76
HSL 12.41º 0.88% 0.13% -
HSV(B) 12.41º 0.94% 0.24% -
XYZ 2.19 1.4 0.27 -
YUV 28.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 62 16 4 0 0.74 0.94 0.76 12.41 0.88 0.13
Hex 3E 10 4 0 4A 5E 4C C 58 D
Octal 76 20 4 0 112 136 114 14 130 15
Binary 111110 10000 100 0 1001010 1011110 1001100 1100 1011000 1101

Color Harmonies of #3E1004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1004

Black with #3E1004

Text Example


Text Example

White with #3E1004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,16,4); }

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

background-color css

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

 a { background-color: rgb(62,16,4); }

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

border-color css

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

 span { border-color: rgb(62,16,4); }

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