Html Css Color HEX #3F1812 Seal Brown

📋 copy color: '#3F1812'

red 63 ◦ green 24 ◦ blue 18

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

Shades of Seal Brown #3F1812

Tints of Seal Brown #3F1812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.86%

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 60%
G = 22.86%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#3F1812 (or 0x3F1812) is known color: Seal Brown. HEX triplet: 3F, 18 and 12. RGB value is (63,24,18). Sum of RGB (Red+Green+Blue) = 63+24+18=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1812 is #C0E7ED. Grayscale: #232323. Windows color (decimal): -12642286 or 1185855. OLE color: 1185855.

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

Color convert

RGB 63 24 18 -
CMYK 0 0.62 0.71 0.75
HSL 0.56% 0.16% -
HSV(B) 0.71% 0.25% -
XYZ 2.49 1.75 0.78 -
YUV 34.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 63 24 18 0 0.62 0.71 0.75 8 0.56 0.16
Hex 3F 18 12 0 3E 47 4B 8 38 10
Octal 77 30 22 0 76 107 113 10 70 20
Binary 111111 11000 10010 0 111110 1000111 1001011 1000 111000 10000

Color Harmonies of #3F1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1812

Black with #3F1812

Text Example


Text Example

White with #3F1812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,24,18); }

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

background-color css

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

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

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

border-color css

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

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

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