Html Css Color HEX #250801 Seal Brown

📋 copy color: '#250801'

red 37 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #250801

Tints of Seal Brown #250801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.39%

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

R = 80.43%
G = 17.39%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250801 (or 0x250801) is known color: Seal Brown. HEX triplet: 25, 08 and 01. RGB value is (37,8,1). Sum of RGB (Red+Green+Blue) = 37+8+1=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250801 is #DAF7FE. Grayscale: #0F0F0F. Windows color (decimal): -14350335 or 67621. OLE color: 67621.

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

Color convert

RGB 37 8 1 -
CMYK 0 0.78 0.97 0.85
HSL 11.67º 0.95% 0.07% -
HSV(B) 11.67º 0.97% 0.15% -
XYZ 0.86 0.57 0.09 -
YUV 15.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 37 8 1 0 0.78 0.97 0.85 11.67 0.95 0.07
Hex 25 8 1 0 4E 61 55 C 5F 7
Octal 45 10 1 0 116 141 125 14 137 7
Binary 100101 1000 1 0 1001110 1100001 1010101 1100 1011111 111

Color Harmonies of #250801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250801

Black with #250801

Text Example


Text Example

White with #250801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250801; }

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

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

background-color css

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

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

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

border-color css

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

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

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