Html Css Color HEX #250D00 Seal Brown

📋 copy color: '#250D00'

red 37 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #250D00

Tints of Seal Brown #250D00

RGB

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

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

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

R = 74%
G = 26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#250D00 (or 0x250D00) is known color: Seal Brown. HEX triplet: 25, 0D and 00. RGB value is (37,13,0). Sum of RGB (Red+Green+Blue) = 37+13+0=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #250D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D00 is #DAF2FF. Grayscale: #121212. Windows color (decimal): -14349056 or 3365. OLE color: 3365.

HSL color Cylindrical-coordinate representation of color #250D00: hue angle of 21.08º 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 #250D00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 13 0 -
CMYK 0 0.65 1 0.85
HSL 21.08º 1% 0.07% -
HSV(B) 21.08º 1% 0.15% -
XYZ 0.91 0.68 0.08 -
YUV 18.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 37 13 0 0 0.65 1 0.85 21.08 1 0.07
Hex 25 D 0 0 41 64 55 15 64 7
Octal 45 15 0 0 101 144 125 25 144 7
Binary 100101 1101 0 0 1000001 1100100 1010101 10101 1100100 111

Color Harmonies of #250D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D00

Black with #250D00

Text Example


Text Example

White with #250D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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