Html Css Color HEX #251412 Seal Brown

📋 copy color: '#251412'

red 37 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #251412

Tints of Seal Brown #251412

RGB

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

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

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

R = 49.33%
G = 26.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#251412 (or 0x251412) is known color: Seal Brown. HEX triplet: 25, 14 and 12. RGB value is (37,20,18). Sum of RGB (Red+Green+Blue) = 37+20+18=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251412 is #DAEBED. Grayscale: #181818. Windows color (decimal): -14347246 or 1184805. OLE color: 1184805.

HSL color Cylindrical-coordinate representation of color #251412: hue angle of 6.32º 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 #251412 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 20 18 -
CMYK 0 0.46 0.51 0.85
HSL 6.32º 0.35% 0.11% -
HSV(B) 6.32º 0.51% 0.15% -
XYZ 1.12 0.94 0.69 -
YUV 24.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 37 20 18 0 0.46 0.51 0.85 6.32 0.35 0.11
Hex 25 14 12 0 2E 33 55 6 23 B
Octal 45 24 22 0 56 63 125 6 43 13
Binary 100101 10100 10010 0 101110 110011 1010101 110 100011 1011

Color Harmonies of #251412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251412

Black with #251412

Text Example


Text Example

White with #251412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251412; }

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

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

background-color css

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

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

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

border-color css

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

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

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