Html Css Color HEX #3E1008 Seal Brown

📋 copy color: '#3E1008'

red 62 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #3E1008

Tints of Seal Brown #3E1008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.3%

R = 72.09%
G = 18.6%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.76

RGB Variations

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

Color information

#3E1008 (or 0x3E1008) is known color: Seal Brown. HEX triplet: 3E, 10 and 08. RGB value is (62,16,8). Sum of RGB (Red+Green+Blue) = 62+16+8=86 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.09% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1008 is #C1EFF7. Grayscale: #1C1C1C. Windows color (decimal): -12709880 or 528446. OLE color: 528446.

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

Color convert

RGB 62 16 8 -
CMYK 0 0.74 0.87 0.76
HSL 8.89º 0.77% 0.14% -
HSV(B) 8.89º 0.87% 0.24% -
XYZ 2.22 1.41 0.39 -
YUV 28.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 62 16 8 0 0.74 0.87 0.76 8.89 0.77 0.14
Hex 3E 10 8 0 4A 57 4C 9 4D E
Octal 76 20 10 0 112 127 114 11 115 16
Binary 111110 10000 1000 0 1001010 1010111 1001100 1001 1001101 1110

Color Harmonies of #3E1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1008

Black with #3E1008

Text Example


Text Example

White with #3E1008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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