Html Css Color HEX #250400 Seal Brown

📋 copy color: '#250400'

red 37 ◦ green 4 ◦ blue 0

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

Shades of Seal Brown #250400

Tints of Seal Brown #250400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.76%

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

R = 90.24%
G = 9.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#250400 (or 0x250400) is known color: Seal Brown. HEX triplet: 25, 04 and 00. RGB value is (37,4,0). Sum of RGB (Red+Green+Blue) = 37+4+0=41 (5% of max value = 765). Red value is 37 (14.84% from 255 or 90.24% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 37 - color contains mainly: red. Hex color #250400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250400 is #DAFBFF. Grayscale: #0D0D0D. Windows color (decimal): -14351360 or 1061. OLE color: 1061.

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

Color convert

RGB 37 4 0 -
CMYK 0 0.89 1 0.85
HSL 6.49º 1% 0.07% -
HSV(B) 6.49º 1% 0.15% -
XYZ 0.81 0.48 0.05 -
YUV 13.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 37 4 0 0 0.89 1 0.85 6.49 1 0.07
Hex 25 4 0 0 59 64 55 6 64 7
Octal 45 4 0 0 131 144 125 6 144 7
Binary 100101 100 0 0 1011001 1100100 1010101 110 1100100 111

Color Harmonies of #250400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250400

Black with #250400

Text Example


Text Example

White with #250400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250400; }

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

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

background-color css

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

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

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

border-color css

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

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

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