Html Css Color HEX #250D0C Seal Brown

📋 copy color: '#250D0C'

red 37 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #250D0C

Tints of Seal Brown #250D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20.97%

 BLUE value IS 12 (5.08% from 255) = 19.35%

R = 59.68%
G = 20.97%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#250D0C (or 0x250D0C) is known color: Seal Brown. HEX triplet: 25, 0D and 0C. RGB value is (37,13,12). Sum of RGB (Red+Green+Blue) = 37+13+12=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D0C is #DAF2F3. Grayscale: #141414. Windows color (decimal): -14349044 or 789797. OLE color: 789797.

HSL color Cylindrical-coordinate representation of color #250D0C: hue angle of 2.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250D0C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 13 12 -
CMYK 0 0.65 0.68 0.85
HSL 2.4º 0.51% 0.1% -
HSV(B) 2.4º 0.68% 0.15% -
XYZ 0.97 0.71 0.43 -
YUV 20.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 37 13 12 0 0.65 0.68 0.85 2.4 0.51 0.1
Hex 25 D C 0 41 44 55 2 33 A
Octal 45 15 14 0 101 104 125 2 63 12
Binary 100101 1101 1100 0 1000001 1000100 1010101 10 110011 1010

Color Harmonies of #250D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D0C

Black with #250D0C

Text Example


Text Example

White with #250D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250D0C; }

 p { color: rgb(37,13,12); }

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

background-color css

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

 a { background-color: rgb(37,13,12); }

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

border-color css

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

 span { border-color: rgb(37,13,12); }

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