Html Css Color HEX #3E0501 Seal Brown

📋 copy color: '#3E0501'

red 62 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #3E0501

Tints of Seal Brown #3E0501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.35%

 BLUE value IS 1 (0.78% from 255) = 1.47%

R = 91.18%
G = 7.35%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3E0501 (or 0x3E0501) is known color: Seal Brown. HEX triplet: 3E, 05 and 01. RGB value is (62,5,1). Sum of RGB (Red+Green+Blue) = 62+5+1=68 (9% of max value = 765). Red value is 62 (24.61% from 255 or 91.18% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0501 is #C1FAFE. Grayscale: #151515. Windows color (decimal): -12712703 or 66878. OLE color: 66878.

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

Color convert

RGB 62 5 1 -
CMYK 0 0.92 0.98 0.76
HSL 3.93º 0.97% 0.12% -
HSV(B) 3.93º 0.98% 0.24% -
XYZ 2.05 1.13 0.14 -
YUV 21.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 62 5 1 0 0.92 0.98 0.76 3.93 0.97 0.12
Hex 3E 5 1 0 5C 62 4C 4 61 C
Octal 76 5 1 0 134 142 114 4 141 14
Binary 111110 101 1 0 1011100 1100010 1001100 100 1100001 1100

Color Harmonies of #3E0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0501

Black with #3E0501

Text Example


Text Example

White with #3E0501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,5,1); }

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

background-color css

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

 a { background-color: rgb(62,5,1); }

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

border-color css

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

 span { border-color: rgb(62,5,1); }

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