Html Css Color HEX #3F1710 Seal Brown

📋 copy color: '#3F1710'

red 63 ◦ green 23 ◦ blue 16

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

Shades of Seal Brown #3F1710

Tints of Seal Brown #3F1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.55%

 BLUE value IS 16 (6.64% from 255) = 15.69%

R = 61.76%
G = 22.55%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F1710 (or 0x3F1710) is known color: Seal Brown. HEX triplet: 3F, 17 and 10. RGB value is (63,23,16). Sum of RGB (Red+Green+Blue) = 63+23+16=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1710 is #C0E8EF. Grayscale: #222222. Windows color (decimal): -12642544 or 1054527. OLE color: 1054527.

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

Color convert

RGB 63 23 16 -
CMYK 0 0.63 0.75 0.75
HSL 8.94º 0.59% 0.15% -
HSV(B) 8.94º 0.75% 0.25% -
XYZ 2.45 1.71 0.69 -
YUV 34.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 63 23 16 0 0.63 0.75 0.75 8.94 0.59 0.15
Hex 3F 17 10 0 3F 4B 4B 9 3B F
Octal 77 27 20 0 77 113 113 11 73 17
Binary 111111 10111 10000 0 111111 1001011 1001011 1001 111011 1111

Color Harmonies of #3F1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1710

Black with #3F1710

Text Example


Text Example

White with #3F1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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