Html Css Color HEX #251514 Seal Brown

📋 copy color: '#251514'

red 37 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #251514

Tints of Seal Brown #251514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

 BLUE value IS 20 (8.2% from 255) = 25.64%

R = 47.44%
G = 26.92%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#251514 (or 0x251514) is known color: Seal Brown. HEX triplet: 25, 15 and 14. RGB value is (37,21,20). Sum of RGB (Red+Green+Blue) = 37+21+20=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251514 is #DAEAEB. Grayscale: #191919. Windows color (decimal): -14346988 or 1316133. OLE color: 1316133.

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

Color convert

RGB 37 21 20 -
CMYK 0 0.43 0.46 0.85
HSL 3.53º 0.3% 0.11% -
HSV(B) 3.53º 0.46% 0.15% -
XYZ 1.16 0.98 0.79 -
YUV 25.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 37 21 20 0 0.43 0.46 0.85 3.53 0.3 0.11
Hex 25 15 14 0 2B 2E 55 4 1E B
Octal 45 25 24 0 53 56 125 4 36 13
Binary 100101 10101 10100 0 101011 101110 1010101 100 11110 1011

Color Harmonies of #251514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251514

Black with #251514

Text Example


Text Example

White with #251514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251514; }

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

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

background-color css

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

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

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

border-color css

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

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

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