Html Css Color HEX #3F0C02 Seal Brown

📋 copy color: '#3F0C02'

red 63 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #3F0C02

Tints of Seal Brown #3F0C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.58%

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

R = 81.82%
G = 15.58%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#3F0C02 (or 0x3F0C02) is known color: Seal Brown. HEX triplet: 3F, 0C and 02. RGB value is (63,12,2). Sum of RGB (Red+Green+Blue) = 63+12+2=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0C02 is #C0F3FD. Grayscale: #1A1A1A. Windows color (decimal): -12645374 or 134207. OLE color: 134207.

HSL color Cylindrical-coordinate representation of color #3F0C02: hue angle of 9.84º 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 #3F0C02 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 12 2 -
CMYK 0 0.81 0.97 0.75
HSL 9.84º 0.94% 0.13% -
HSV(B) 9.84º 0.97% 0.25% -
XYZ 2.19 1.32 0.2 -
YUV 26.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 63 12 2 0 0.81 0.97 0.75 9.84 0.94 0.13
Hex 3F C 2 0 51 61 4B A 5E D
Octal 77 14 2 0 121 141 113 12 136 15
Binary 111111 1100 10 0 1010001 1100001 1001011 1010 1011110 1101

Color Harmonies of #3F0C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0C02

Black with #3F0C02

Text Example


Text Example

White with #3F0C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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