Html Css Color HEX #250E04 Seal Brown

📋 copy color: '#250E04'

red 37 ◦ green 14 ◦ blue 4

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

Shades of Seal Brown #250E04

Tints of Seal Brown #250E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 7.27%

R = 67.27%
G = 25.45%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#250E04 (or 0x250E04) is known color: Seal Brown. HEX triplet: 25, 0E and 04. RGB value is (37,14,4). Sum of RGB (Red+Green+Blue) = 37+14+4=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E04 is #DAF1FB. Grayscale: #131313. Windows color (decimal): -14348796 or 265765. OLE color: 265765.

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

Color convert

RGB 37 14 4 -
CMYK 0 0.62 0.89 0.85
HSL 18.18º 0.8% 0.08% -
HSV(B) 18.18º 0.89% 0.15% -
XYZ 0.94 0.72 0.2 -
YUV 19.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 37 14 4 0 0.62 0.89 0.85 18.18 0.8 0.08
Hex 25 E 4 0 3E 59 55 12 50 8
Octal 45 16 4 0 76 131 125 22 120 10
Binary 100101 1110 100 0 111110 1011001 1010101 10010 1010000 1000

Color Harmonies of #250E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E04

Black with #250E04

Text Example


Text Example

White with #250E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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