Html Css Color HEX #251413 Seal Brown

📋 copy color: '#251413'

red 37 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #251413

Tints of Seal Brown #251413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

 BLUE value IS 19 (7.81% from 255) = 25%

R = 48.68%
G = 26.32%
B = 25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#251413 (or 0x251413) is known color: Seal Brown. HEX triplet: 25, 14 and 13. RGB value is (37,20,19). Sum of RGB (Red+Green+Blue) = 37+20+19=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #251413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251413 is #DAEBEC. Grayscale: #181818. Windows color (decimal): -14347245 or 1250341. OLE color: 1250341.

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

Color convert

RGB 37 20 19 -
CMYK 0 0.46 0.49 0.85
HSL 3.33º 0.32% 0.11% -
HSV(B) 3.33º 0.49% 0.15% -
XYZ 1.13 0.94 0.74 -
YUV 24.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 37 20 19 0 0.46 0.49 0.85 3.33 0.32 0.11
Hex 25 14 13 0 2E 31 55 3 20 B
Octal 45 24 23 0 56 61 125 3 40 13
Binary 100101 10100 10011 0 101110 110001 1010101 11 100000 1011

Color Harmonies of #251413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251413

Black with #251413

Text Example


Text Example

White with #251413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251413; }

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

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

background-color css

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

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

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

border-color css

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

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

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