Html Css Color HEX #310C05 Seal Brown

📋 copy color: '#310C05'

red 49 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #310C05

Tints of Seal Brown #310C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.18%

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

R = 74.24%
G = 18.18%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#310C05 (or 0x310C05) is known color: Seal Brown. HEX triplet: 31, 0C and 05. RGB value is (49,12,5). Sum of RGB (Red+Green+Blue) = 49+12+5=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #310C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C05 is #CEF3FA. Grayscale: #161616. Windows color (decimal): -13562875 or 330801. OLE color: 330801.

HSL color Cylindrical-coordinate representation of color #310C05: hue angle of 9.55º 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 #310C05 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 12 5 -
CMYK 0 0.76 0.90 0.81
HSL 9.55º 0.81% 0.11% -
HSV(B) 9.55º 0.9% 0.19% -
XYZ 1.43 0.93 0.25 -
YUV 22.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 49 12 5 0 0.76 0.90 0.81 9.55 0.81 0.11
Hex 31 C 5 0 4C 5A 51 A 51 B
Octal 61 14 5 0 114 132 121 12 121 13
Binary 110001 1100 101 0 1001100 1011010 1010001 1010 1010001 1011

Color Harmonies of #310C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C05

Black with #310C05

Text Example


Text Example

White with #310C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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