Html Css Color HEX #310D05 Seal Brown

📋 copy color: '#310D05'

red 49 ◦ green 13 ◦ blue 5

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

Shades of Seal Brown #310D05

Tints of Seal Brown #310D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.46%

R = 73.13%
G = 19.4%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#310D05 (or 0x310D05) is known color: Seal Brown. HEX triplet: 31, 0D and 05. RGB value is (49,13,5). Sum of RGB (Red+Green+Blue) = 49+13+5=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #310D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D05 is #CEF2FA. Grayscale: #161616. Windows color (decimal): -13562619 or 331057. OLE color: 331057.

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

Color convert

RGB 49 13 5 -
CMYK 0 0.73 0.90 0.81
HSL 10.91º 0.81% 0.11% -
HSV(B) 10.91º 0.9% 0.19% -
XYZ 1.44 0.95 0.25 -
YUV 22.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 49 13 5 0 0.73 0.90 0.81 10.91 0.81 0.11
Hex 31 D 5 0 49 5A 51 B 51 B
Octal 61 15 5 0 111 132 121 13 121 13
Binary 110001 1101 101 0 1001001 1011010 1010001 1011 1010001 1011

Color Harmonies of #310D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D05

Black with #310D05

Text Example


Text Example

White with #310D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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