Html Css Color HEX #250E00 Seal Brown

📋 copy color: '#250E00'

red 37 ◦ green 14 ◦ blue 0

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

Shades of Seal Brown #250E00

Tints of Seal Brown #250E00

RGB

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

 GREEN value IS 14 (5.86% from 255) = 27.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.55%
G = 27.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#250E00 (or 0x250E00) is known color: Seal Brown. HEX triplet: 25, 0E and 00. RGB value is (37,14,0). Sum of RGB (Red+Green+Blue) = 37+14+0=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #250E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E00 is #DAF1FF. Grayscale: #131313. Windows color (decimal): -14348800 or 3621. OLE color: 3621.

HSL color Cylindrical-coordinate representation of color #250E00: hue angle of 22.7º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250E00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 14 0 -
CMYK 0 0.62 1 0.85
HSL 22.7º 1% 0.07% -
HSV(B) 22.7º 1% 0.15% -
XYZ 0.92 0.71 0.09 -
YUV 19.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 37 14 0 0 0.62 1 0.85 22.7 1 0.07
Hex 25 E 0 0 3E 64 55 17 64 7
Octal 45 16 0 0 76 144 125 27 144 7
Binary 100101 1110 0 0 111110 1100100 1010101 10111 1100100 111

Color Harmonies of #250E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E00

Black with #250E00

Text Example


Text Example

White with #250E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,14,0); }

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

background-color css

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

 a { background-color: rgb(37,14,0); }

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

border-color css

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

 span { border-color: rgb(37,14,0); }

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