Html Css Color HEX #250E09 Seal Brown

📋 copy color: '#250E09'

red 37 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #250E09

Tints of Seal Brown #250E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 15%

R = 61.67%
G = 23.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#250E09 (or 0x250E09) is known color: Seal Brown. HEX triplet: 25, 0E and 09. RGB value is (37,14,9). Sum of RGB (Red+Green+Blue) = 37+14+9=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E09 is #DAF1F6. Grayscale: #141414. Windows color (decimal): -14348791 or 593445. OLE color: 593445.

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

Color convert

RGB 37 14 9 -
CMYK 0 0.62 0.76 0.85
HSL 10.71º 0.61% 0.09% -
HSV(B) 10.71º 0.76% 0.15% -
XYZ 0.97 0.73 0.35 -
YUV 20.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 37 14 9 0 0.62 0.76 0.85 10.71 0.61 0.09
Hex 25 E 9 0 3E 4C 55 B 3D 9
Octal 45 16 11 0 76 114 125 13 75 11
Binary 100101 1110 1001 0 111110 1001100 1010101 1011 111101 1001

Color Harmonies of #250E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E09

Black with #250E09

Text Example


Text Example

White with #250E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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