Html Css Color HEX #310C09 Seal Brown

📋 copy color: '#310C09'

red 49 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #310C09

Tints of Seal Brown #310C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12.86%

R = 70%
G = 17.14%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#310C09 (or 0x310C09) is known color: Seal Brown. HEX triplet: 31, 0C and 09. RGB value is (49,12,9). Sum of RGB (Red+Green+Blue) = 49+12+9=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C09 is #CEF3F6. Grayscale: #161616. Windows color (decimal): -13562871 or 592945. OLE color: 592945.

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

Color convert

RGB 49 12 9 -
CMYK 0 0.76 0.82 0.81
HSL 4.5º 0.69% 0.11% -
HSV(B) 4.5º 0.82% 0.19% -
XYZ 1.45 0.94 0.36 -
YUV 22.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 49 12 9 0 0.76 0.82 0.81 4.5 0.69 0.11
Hex 31 C 9 0 4C 52 51 4 45 B
Octal 61 14 11 0 114 122 121 4 105 13
Binary 110001 1100 1001 0 1001100 1010010 1010001 100 1000101 1011

Color Harmonies of #310C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C09

Black with #310C09

Text Example


Text Example

White with #310C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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