Html Css Color HEX #250700 Seal Brown

📋 copy color: '#250700'

red 37 ◦ green 7 ◦ blue 0

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

Shades of Seal Brown #250700

Tints of Seal Brown #250700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.09%
G = 15.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#250700 (or 0x250700) is known color: Seal Brown. HEX triplet: 25, 07 and 00. RGB value is (37,7,0). Sum of RGB (Red+Green+Blue) = 37+7+0=44 (5% of max value = 765). Red value is 37 (14.84% from 255 or 84.09% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 37 - color contains mainly: red. Hex color #250700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250700 is #DAF8FF. Grayscale: #0F0F0F. Windows color (decimal): -14350592 or 1829. OLE color: 1829.

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

Color convert

RGB 37 7 0 -
CMYK 0 0.81 1 0.85
HSL 11.35º 1% 0.07% -
HSV(B) 11.35º 1% 0.15% -
XYZ 0.84 0.55 0.06 -
YUV 15.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 37 7 0 0 0.81 1 0.85 11.35 1 0.07
Hex 25 7 0 0 51 64 55 B 64 7
Octal 45 7 0 0 121 144 125 13 144 7
Binary 100101 111 0 0 1010001 1100100 1010101 1011 1100100 111

Color Harmonies of #250700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250700

Black with #250700

Text Example


Text Example

White with #250700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250700; }

 p { color: rgb(37,7,0); }

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

background-color css

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

 a { background-color: rgb(37,7,0); }

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

border-color css

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

 span { border-color: rgb(37,7,0); }

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