Html Css Color HEX #3F0500 Seal Brown

📋 copy color: '#3F0500'

red 63 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #3F0500

Tints of Seal Brown #3F0500

RGB

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

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

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

R = 92.65%
G = 7.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3F0500 (or 0x3F0500) is known color: Seal Brown. HEX triplet: 3F, 05 and 00. RGB value is (63,5,0). Sum of RGB (Red+Green+Blue) = 63+5+0=68 (9% of max value = 765). Red value is 63 (25% from 255 or 92.65% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0500 is #C0FAFF. Grayscale: #151515. Windows color (decimal): -12647168 or 1343. OLE color: 1343.

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

Color convert

RGB 63 5 0 -
CMYK 0 0.92 1 0.75
HSL 4.76º 1% 0.12% -
HSV(B) 4.76º 1% 0.25% -
XYZ 2.1 1.17 0.11 -
YUV 21.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 63 5 0 0 0.92 1 0.75 4.76 1 0.12
Hex 3F 5 0 0 5C 64 4B 5 64 C
Octal 77 5 0 0 134 144 113 5 144 14
Binary 111111 101 0 0 1011100 1100100 1001011 101 1100100 1100

Color Harmonies of #3F0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0500

Black with #3F0500

Text Example


Text Example

White with #3F0500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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