Html Css Color HEX #250901 Seal Brown

📋 copy color: '#250901'

red 37 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #250901

Tints of Seal Brown #250901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 19.15%

 BLUE value IS 1 (0.78% from 255) = 2.13%

R = 78.72%
G = 19.15%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250901 (or 0x250901) is known color: Seal Brown. HEX triplet: 25, 09 and 01. RGB value is (37,9,1). Sum of RGB (Red+Green+Blue) = 37+9+1=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250901 is #DAF6FE. Grayscale: #101010. Windows color (decimal): -14350079 or 67877. OLE color: 67877.

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

Color convert

RGB 37 9 1 -
CMYK 0 0.76 0.97 0.85
HSL 13.33º 0.95% 0.07% -
HSV(B) 13.33º 0.97% 0.15% -
XYZ 0.87 0.59 0.1 -
YUV 16.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 37 9 1 0 0.76 0.97 0.85 13.33 0.95 0.07
Hex 25 9 1 0 4C 61 55 D 5F 7
Octal 45 11 1 0 114 141 125 15 137 7
Binary 100101 1001 1 0 1001100 1100001 1010101 1101 1011111 111

Color Harmonies of #250901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250901

Black with #250901

Text Example


Text Example

White with #250901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250901; }

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

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

background-color css

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

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

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

border-color css

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

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

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