Html Css Color HEX #3E0500 Seal Brown

📋 copy color: '#3E0500'

red 62 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #3E0500

Tints of Seal Brown #3E0500

RGB

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

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

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

R = 92.54%
G = 7.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3E0500 (or 0x3E0500) is known color: Seal Brown. HEX triplet: 3E, 05 and 00. RGB value is (62,5,0). Sum of RGB (Red+Green+Blue) = 62+5+0=67 (8% of max value = 765). Red value is 62 (24.61% from 255 or 92.54% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0500 is #C1FAFF. Grayscale: #151515. Windows color (decimal): -12712704 or 1342. OLE color: 1342.

HSL color Cylindrical-coordinate representation of color #3E0500: hue angle of 4.84º 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 #3E0500 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 5 0 -
CMYK 0 0.92 1 0.76
HSL 4.84º 1% 0.12% -
HSV(B) 4.84º 1% 0.24% -
XYZ 2.04 1.13 0.11 -
YUV 21.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 62 5 0 0 0.92 1 0.76 4.84 1 0.12
Hex 3E 5 0 0 5C 64 4C 5 64 C
Octal 76 5 0 0 134 144 114 5 144 14
Binary 111110 101 0 0 1011100 1100100 1001100 101 1100100 1100

Color Harmonies of #3E0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0500

Black with #3E0500

Text Example


Text Example

White with #3E0500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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