Html Css Color HEX #310C04 Seal Brown

📋 copy color: '#310C04'

red 49 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #310C04

Tints of Seal Brown #310C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.15%

R = 75.38%
G = 18.46%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#310C04 (or 0x310C04) is known color: Seal Brown. HEX triplet: 31, 0C and 04. RGB value is (49,12,4). Sum of RGB (Red+Green+Blue) = 49+12+4=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #310C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C04 is #CEF3FB. Grayscale: #161616. Windows color (decimal): -13562876 or 265265. OLE color: 265265.

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

Color convert

RGB 49 12 4 -
CMYK 0 0.76 0.92 0.81
HSL 10.67º 0.85% 0.1% -
HSV(B) 10.67º 0.92% 0.19% -
XYZ 1.42 0.92 0.22 -
YUV 22.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 49 12 4 0 0.76 0.92 0.81 10.67 0.85 0.1
Hex 31 C 4 0 4C 5C 51 B 55 A
Octal 61 14 4 0 114 134 121 13 125 12
Binary 110001 1100 100 0 1001100 1011100 1010001 1011 1010101 1010

Color Harmonies of #310C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C04

Black with #310C04

Text Example


Text Example

White with #310C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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