Html Css Color HEX #250601 Seal Brown

📋 copy color: '#250601'

red 37 ◦ green 6 ◦ blue 1

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

Shades of Seal Brown #250601

Tints of Seal Brown #250601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.64%

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

R = 84.09%
G = 13.64%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250601 (or 0x250601) is known color: Seal Brown. HEX triplet: 25, 06 and 01. RGB value is (37,6,1). Sum of RGB (Red+Green+Blue) = 37+6+1=44 (5% of max value = 765). Red value is 37 (14.84% from 255 or 84.09% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 37 - color contains mainly: red. Hex color #250601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250601 is #DAF9FE. Grayscale: #0E0E0E. Windows color (decimal): -14350847 or 67109. OLE color: 67109.

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

Color convert

RGB 37 6 1 -
CMYK 0 0.84 0.97 0.85
HSL 8.33º 0.95% 0.07% -
HSV(B) 8.33º 0.97% 0.15% -
XYZ 0.83 0.53 0.09 -
YUV 14.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 37 6 1 0 0.84 0.97 0.85 8.33 0.95 0.07
Hex 25 6 1 0 54 61 55 8 5F 7
Octal 45 6 1 0 124 141 125 10 137 7
Binary 100101 110 1 0 1010100 1100001 1010101 1000 1011111 111

Color Harmonies of #250601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250601

Black with #250601

Text Example


Text Example

White with #250601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250601; }

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

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

background-color css

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

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

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

border-color css

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

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

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