Html Css Color HEX #3F0E02 Seal Brown

📋 copy color: '#3F0E02'

red 63 ◦ green 14 ◦ blue 2

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

Shades of Seal Brown #3F0E02

Tints of Seal Brown #3F0E02

RGB

 RED value IS 63 (25% from 255) = 79.75%

 GREEN value IS 14 (5.86% from 255) = 17.72%

 BLUE value IS 2 (1.17% from 255) = 2.53%

R = 79.75%
G = 17.72%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#3F0E02 (or 0x3F0E02) is known color: Seal Brown. HEX triplet: 3F, 0E and 02. RGB value is (63,14,2). Sum of RGB (Red+Green+Blue) = 63+14+2=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0E02 is #C0F1FD. Grayscale: #1B1B1B. Windows color (decimal): -12644862 or 134719. OLE color: 134719.

HSL color Cylindrical-coordinate representation of color #3F0E02: hue angle of 11.8º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0E02 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 14 2 -
CMYK 0 0.78 0.97 0.75
HSL 11.8º 0.94% 0.13% -
HSV(B) 11.8º 0.97% 0.25% -
XYZ 2.22 1.38 0.21 -
YUV 27.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 63 14 2 0 0.78 0.97 0.75 11.8 0.94 0.13
Hex 3F E 2 0 4E 61 4B C 5E D
Octal 77 16 2 0 116 141 113 14 136 15
Binary 111111 1110 10 0 1001110 1100001 1001011 1100 1011110 1101

Color Harmonies of #3F0E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0E02

Black with #3F0E02

Text Example


Text Example

White with #3F0E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,14,2); }

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

background-color css

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

 a { background-color: rgb(63,14,2); }

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

border-color css

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

 span { border-color: rgb(63,14,2); }

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