Html Css Color HEX #3F1414 Seal Brown

📋 copy color: '#3F1414'

red 63 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #3F1414

Tints of Seal Brown #3F1414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

 BLUE value IS 20 (8.2% from 255) = 19.42%

R = 61.17%
G = 19.42%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#3F1414 (or 0x3F1414) is known color: Seal Brown. HEX triplet: 3F, 14 and 14. RGB value is (63,20,20). Sum of RGB (Red+Green+Blue) = 63+20+20=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1414 is #C0EBEB. Grayscale: #202020. Windows color (decimal): -12643308 or 1315903. OLE color: 1315903.

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

Color convert

RGB 63 20 20 -
CMYK 0 0.68 0.68 0.75
HSL 0.52% 0.16% -
HSV(B) 0.68% 0.25% -
XYZ 2.43 1.61 0.84 -
YUV 32.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 63 20 20 0 0.68 0.68 0.75 0 0.52 0.16
Hex 3F 14 14 0 44 44 4B 0 34 10
Octal 77 24 24 0 104 104 113 0 64 20
Binary 111111 10100 10100 0 1000100 1000100 1001011 0 110100 10000

Color Harmonies of #3F1414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1414

Black with #3F1414

Text Example


Text Example

White with #3F1414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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