Html Css Color HEX #250E07 Seal Brown

📋 copy color: '#250E07'

red 37 ◦ green 14 ◦ blue 7

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

Shades of Seal Brown #250E07

Tints of Seal Brown #250E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 24.14%

 BLUE value IS 7 (3.13% from 255) = 12.07%

R = 63.79%
G = 24.14%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#250E07 (or 0x250E07) is known color: Seal Brown. HEX triplet: 25, 0E and 07. RGB value is (37,14,7). Sum of RGB (Red+Green+Blue) = 37+14+7=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E07 is #DAF1F8. Grayscale: #141414. Windows color (decimal): -14348793 or 462373. OLE color: 462373.

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

Color convert

RGB 37 14 7 -
CMYK 0 0.62 0.81 0.85
HSL 14º 0.68% 0.09% -
HSV(B) 14º 0.81% 0.15% -
XYZ 0.96 0.72 0.29 -
YUV 20.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 37 14 7 0 0.62 0.81 0.85 14 0.68 0.09
Hex 25 E 7 0 3E 51 55 E 44 9
Octal 45 16 7 0 76 121 125 16 104 11
Binary 100101 1110 111 0 111110 1010001 1010101 1110 1000100 1001

Color Harmonies of #250E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E07

Black with #250E07

Text Example


Text Example

White with #250E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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