Html Css Color HEX #251312 Seal Brown

📋 copy color: '#251312'

red 37 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #251312

Tints of Seal Brown #251312

RGB

 RED value IS 37 (14.84% from 255) = 50%

 GREEN value IS 19 (7.81% from 255) = 25.68%

 BLUE value IS 18 (7.42% from 255) = 24.32%

R = 50%
G = 25.68%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#251312 (or 0x251312) is known color: Seal Brown. HEX triplet: 25, 13 and 12. RGB value is (37,19,18). Sum of RGB (Red+Green+Blue) = 37+19+18=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #251312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251312 is #DAECED. Grayscale: #181818. Windows color (decimal): -14347502 or 1184549. OLE color: 1184549.

HSL color Cylindrical-coordinate representation of color #251312: hue angle of 3.16º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251312 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 19 18 -
CMYK 0 0.49 0.51 0.85
HSL 3.16º 0.35% 0.11% -
HSV(B) 3.16º 0.51% 0.15% -
XYZ 1.11 0.9 0.69 -
YUV 24.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 37 19 18 0 0.49 0.51 0.85 3.16 0.35 0.11
Hex 25 13 12 0 31 33 55 3 23 B
Octal 45 23 22 0 61 63 125 3 43 13
Binary 100101 10011 10010 0 110001 110011 1010101 11 100011 1011

Color Harmonies of #251312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251312

Black with #251312

Text Example


Text Example

White with #251312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251312; }

 p { color: rgb(37,19,18); }

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

background-color css

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

 a { background-color: rgb(37,19,18); }

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

border-color css

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

 span { border-color: rgb(37,19,18); }

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