Html Css Color HEX #250501 Seal Brown

📋 copy color: '#250501'

red 37 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #250501

Tints of Seal Brown #250501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.63%

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

R = 86.05%
G = 11.63%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250501 (or 0x250501) is known color: Seal Brown. HEX triplet: 25, 05 and 01. RGB value is (37,5,1). Sum of RGB (Red+Green+Blue) = 37+5+1=43 (5% of max value = 765). Red value is 37 (14.84% from 255 or 86.05% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 37 - color contains mainly: red. Hex color #250501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250501 is #DAFAFE. Grayscale: #0E0E0E. Windows color (decimal): -14351103 or 66853. OLE color: 66853.

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

Color convert

RGB 37 5 1 -
CMYK 0 0.86 0.97 0.85
HSL 6.67º 0.95% 0.07% -
HSV(B) 6.67º 0.97% 0.15% -
XYZ 0.82 0.5 0.08 -
YUV 14.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 37 5 1 0 0.86 0.97 0.85 6.67 0.95 0.07
Hex 25 5 1 0 56 61 55 7 5F 7
Octal 45 5 1 0 126 141 125 7 137 7
Binary 100101 101 1 0 1010110 1100001 1010101 111 1011111 111

Color Harmonies of #250501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250501

Black with #250501

Text Example


Text Example

White with #250501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250501; }

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

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

background-color css

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

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

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

border-color css

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

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

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