Html Css Color HEX #3E1000 Seal Brown

📋 copy color: '#3E1000'

red 62 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #3E1000

Tints of Seal Brown #3E1000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.49%
G = 20.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3E1000 (or 0x3E1000) is known color: Seal Brown. HEX triplet: 3E, 10 and 00. RGB value is (62,16,0). Sum of RGB (Red+Green+Blue) = 62+16+0=78 (10% of max value = 765). Red value is 62 (24.61% from 255 or 79.49% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1000 is #C1EFFF. Grayscale: #1C1C1C. Windows color (decimal): -12709888 or 4158. OLE color: 4158.

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

Color convert

RGB 62 16 0 -
CMYK 0 0.74 1 0.76
HSL 15.48º 1% 0.12% -
HSV(B) 15.48º 1% 0.24% -
XYZ 2.17 1.39 0.15 -
YUV 27.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 62 16 0 0 0.74 1 0.76 15.48 1 0.12
Hex 3E 10 0 0 4A 64 4C F 64 C
Octal 76 20 0 0 112 144 114 17 144 14
Binary 111110 10000 0 0 1001010 1100100 1001100 1111 1100100 1100

Color Harmonies of #3E1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1000

Black with #3E1000

Text Example


Text Example

White with #3E1000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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