Html Css Color HEX #3E1610 Seal Brown

📋 copy color: '#3E1610'

red 62 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #3E1610

Tints of Seal Brown #3E1610

RGB

 RED value IS 62 (24.61% from 255) = 62%

 GREEN value IS 22 (8.98% from 255) = 22%

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

R = 62%
G = 22%
B = 16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.76

RGB Variations

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

Color information

#3E1610 (or 0x3E1610) is known color: Seal Brown. HEX triplet: 3E, 16 and 10. RGB value is (62,22,16). Sum of RGB (Red+Green+Blue) = 62+22+16=100 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1610 is #C1E9EF. Grayscale: #212121. Windows color (decimal): -12708336 or 1054270. OLE color: 1054270.

HSL color Cylindrical-coordinate representation of color #3E1610: hue angle of 7.83º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1610 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 22 16 -
CMYK 0 0.65 0.74 0.76
HSL 7.83º 0.59% 0.15% -
HSV(B) 7.83º 0.74% 0.24% -
XYZ 2.37 1.64 0.68 -
YUV 33.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 62 22 16 0 0.65 0.74 0.76 7.83 0.59 0.15
Hex 3E 16 10 0 41 4A 4C 8 3B F
Octal 76 26 20 0 101 112 114 10 73 17
Binary 111110 10110 10000 0 1000001 1001010 1001100 1000 111011 1111

Color Harmonies of #3E1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1610

Black with #3E1610

Text Example


Text Example

White with #3E1610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,22,16); }

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

background-color css

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

 a { background-color: rgb(62,22,16); }

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

border-color css

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

 span { border-color: rgb(62,22,16); }

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