Html Css Color HEX #310D0C Seal Brown

📋 copy color: '#310D0C'

red 49 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #310D0C

Tints of Seal Brown #310D0C

RGB

 RED value IS 49 (19.53% from 255) = 66.22%

 GREEN value IS 13 (5.47% from 255) = 17.57%

 BLUE value IS 12 (5.08% from 255) = 16.22%

R = 66.22%
G = 17.57%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#310D0C (or 0x310D0C) is known color: Seal Brown. HEX triplet: 31, 0D and 0C. RGB value is (49,13,12). Sum of RGB (Red+Green+Blue) = 49+13+12=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D0C is #CEF2F3. Grayscale: #171717. Windows color (decimal): -13562612 or 789809. OLE color: 789809.

HSL color Cylindrical-coordinate representation of color #310D0C: hue angle of 1.62º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310D0C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 13 12 -
CMYK 0 0.73 0.76 0.81
HSL 1.62º 0.61% 0.12% -
HSV(B) 1.62º 0.76% 0.19% -
XYZ 1.48 0.97 0.46 -
YUV 23.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 49 13 12 0 0.73 0.76 0.81 1.62 0.61 0.12
Hex 31 D C 0 49 4C 51 2 3D C
Octal 61 15 14 0 111 114 121 2 75 14
Binary 110001 1101 1100 0 1001001 1001100 1010001 10 111101 1100

Color Harmonies of #310D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D0C

Black with #310D0C

Text Example


Text Example

White with #310D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310D0C; }

 p { color: rgb(49,13,12); }

 H1.HeaderClassName
 {
   color: #310D0C;
 }
 .AnyTagClassName
 {
   color: #310D0C;
 }
</style>

background-color css

<style>
 a { background-color: #310D0C; }

 a { background-color: rgb(49,13,12); }

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

border-color css

<style>
 span { border-color: #310D0C; }

 span { border-color: rgb(49,13,12); }

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