Html Css Color HEX #250100 Seal Brown

📋 copy color: '#250100'

red 37 ◦ green 1 ◦ blue 0

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

Shades of Seal Brown #250100

Tints of Seal Brown #250100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.63%

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

R = 97.37%
G = 2.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#250100 (or 0x250100) is known color: Seal Brown. HEX triplet: 25, 01 and 00. RGB value is (37,1,0). Sum of RGB (Red+Green+Blue) = 37+1+0=38 (5% of max value = 765). Red value is 37 (14.84% from 255 or 97.37% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 37 - color contains mainly: red. Hex color #250100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250100 is #DAFEFF. Grayscale: #0B0B0B. Windows color (decimal): -14352128 or 293. OLE color: 293.

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

Color convert

RGB 37 1 0 -
CMYK 0 0.97 1 0.85
HSL 1.62º 1% 0.07% -
HSV(B) 1.62º 1% 0.15% -
XYZ 0.77 0.42 0.04 -
YUV 11.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 37 1 0 0 0.97 1 0.85 1.62 1 0.07
Hex 25 1 0 0 61 64 55 2 64 7
Octal 45 1 0 0 141 144 125 2 144 7
Binary 100101 1 0 0 1100001 1100100 1010101 10 1100100 111

Color Harmonies of #250100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250100

Black with #250100

Text Example


Text Example

White with #250100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250100; }

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

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

background-color css

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

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

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

border-color css

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

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

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