Html Css Color HEX #3F1004 Seal Brown

📋 copy color: '#3F1004'

red 63 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #3F1004

Tints of Seal Brown #3F1004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

 BLUE value IS 4 (1.95% from 255) = 4.82%

R = 75.9%
G = 19.28%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3F1004 (or 0x3F1004) is known color: Seal Brown. HEX triplet: 3F, 10 and 04. RGB value is (63,16,4). Sum of RGB (Red+Green+Blue) = 63+16+4=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1004 is #C0EFFB. Grayscale: #1C1C1C. Windows color (decimal): -12644348 or 266303. OLE color: 266303.

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

Color convert

RGB 63 16 4 -
CMYK 0 0.75 0.94 0.75
HSL 12.2º 0.88% 0.13% -
HSV(B) 12.2º 0.94% 0.25% -
XYZ 2.26 1.44 0.27 -
YUV 28.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 63 16 4 0 0.75 0.94 0.75 12.2 0.88 0.13
Hex 3F 10 4 0 4B 5E 4B C 58 D
Octal 77 20 4 0 113 136 113 14 130 15
Binary 111111 10000 100 0 1001011 1011110 1001011 1100 1011000 1101

Color Harmonies of #3F1004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1004

Black with #3F1004

Text Example


Text Example

White with #3F1004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,16,4); }

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

background-color css

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

 a { background-color: rgb(63,16,4); }

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

border-color css

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

 span { border-color: rgb(63,16,4); }

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