Html Css Color HEX #25130E Seal Brown

📋 copy color: '#25130E'

red 37 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #25130E

Tints of Seal Brown #25130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.14%

 BLUE value IS 14 (5.86% from 255) = 20%

R = 52.86%
G = 27.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25130E (or 0x25130E) is known color: Seal Brown. HEX triplet: 25, 13 and 0E. RGB value is (37,19,14). Sum of RGB (Red+Green+Blue) = 37+19+14=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #25130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25130E is #DAECF1. Grayscale: #171717. Windows color (decimal): -14347506 or 922405. OLE color: 922405.

HSL color Cylindrical-coordinate representation of color #25130E: hue angle of 13.04º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25130E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 19 14 -
CMYK 0 0.49 0.62 0.85
HSL 13.04º 0.45% 0.1% -
HSV(B) 13.04º 0.62% 0.15% -
XYZ 1.08 0.89 0.53 -
YUV 23.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 37 19 14 0 0.49 0.62 0.85 13.04 0.45 0.1
Hex 25 13 E 0 31 3E 55 D 2D A
Octal 45 23 16 0 61 76 125 15 55 12
Binary 100101 10011 1110 0 110001 111110 1010101 1101 101101 1010

Color Harmonies of #25130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25130E

Black with #25130E

Text Example


Text Example

White with #25130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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