Html Css Color HEX #3E130B Seal Brown

📋 copy color: '#3E130B'

red 62 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #3E130B

Tints of Seal Brown #3E130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.65%

 BLUE value IS 11 (4.69% from 255) = 11.96%

R = 67.39%
G = 20.65%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#3E130B (or 0x3E130B) is known color: Seal Brown. HEX triplet: 3E, 13 and 0B. RGB value is (62,19,11). Sum of RGB (Red+Green+Blue) = 62+19+11=92 (12% of max value = 765). Red value is 62 (24.61% from 255 or 67.39% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 62 - color contains mainly: red. Hex color #3E130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E130B is #C1ECF4. Grayscale: #1F1F1F. Windows color (decimal): -12709109 or 725822. OLE color: 725822.

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

Color convert

RGB 62 19 11 -
CMYK 0 0.69 0.82 0.76
HSL 9.41º 0.7% 0.14% -
HSV(B) 9.41º 0.82% 0.24% -
XYZ 2.28 1.51 0.49 -
YUV 30.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 62 19 11 0 0.69 0.82 0.76 9.41 0.7 0.14
Hex 3E 13 B 0 45 52 4C 9 46 E
Octal 76 23 13 0 105 122 114 11 106 16
Binary 111110 10011 1011 0 1000101 1010010 1001100 1001 1000110 1110

Color Harmonies of #3E130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E130B

Black with #3E130B

Text Example


Text Example

White with #3E130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,19,11); }

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

background-color css

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

 a { background-color: rgb(62,19,11); }

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

border-color css

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

 span { border-color: rgb(62,19,11); }

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