Html Css Color HEX #250F01 Seal Brown

📋 copy color: '#250F01'

red 37 ◦ green 15 ◦ blue 1

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

Shades of Seal Brown #250F01

Tints of Seal Brown #250F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.3%

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

R = 69.81%
G = 28.3%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250F01 (or 0x250F01) is known color: Seal Brown. HEX triplet: 25, 0F and 01. RGB value is (37,15,1). Sum of RGB (Red+Green+Blue) = 37+15+1=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F01 is #DAF0FE. Grayscale: #141414. Windows color (decimal): -14348543 or 69413. OLE color: 69413.

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

Color convert

RGB 37 15 1 -
CMYK 0 0.59 0.97 0.85
HSL 23.33º 0.95% 0.07% -
HSV(B) 23.33º 0.97% 0.15% -
XYZ 0.94 0.74 0.12 -
YUV 19.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 37 15 1 0 0.59 0.97 0.85 23.33 0.95 0.07
Hex 25 F 1 0 3B 61 55 17 5F 7
Octal 45 17 1 0 73 141 125 27 137 7
Binary 100101 1111 1 0 111011 1100001 1010101 10111 1011111 111

Color Harmonies of #250F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F01

Black with #250F01

Text Example


Text Example

White with #250F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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