Html Css Color HEX #250E0B Seal Brown

📋 copy color: '#250E0B'

red 37 ◦ green 14 ◦ blue 11

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

Shades of Seal Brown #250E0B

Tints of Seal Brown #250E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 17.74%

R = 59.68%
G = 22.58%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#250E0B (or 0x250E0B) is known color: Seal Brown. HEX triplet: 25, 0E and 0B. RGB value is (37,14,11). Sum of RGB (Red+Green+Blue) = 37+14+11=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E0B is #DAF1F4. Grayscale: #141414. Windows color (decimal): -14348789 or 724517. OLE color: 724517.

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

Color convert

RGB 37 14 11 -
CMYK 0 0.62 0.70 0.85
HSL 6.92º 0.54% 0.09% -
HSV(B) 6.92º 0.7% 0.15% -
XYZ 0.98 0.73 0.41 -
YUV 20.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 37 14 11 0 0.62 0.70 0.85 6.92 0.54 0.09
Hex 25 E B 0 3E 46 55 7 36 9
Octal 45 16 13 0 76 106 125 7 66 11
Binary 100101 1110 1011 0 111110 1000110 1010101 111 110110 1001

Color Harmonies of #250E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E0B

Black with #250E0B

Text Example


Text Example

White with #250E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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