Html Css Color HEX #25120E Seal Brown

📋 copy color: '#25120E'

red 37 ◦ green 18 ◦ blue 14

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

Shades of Seal Brown #25120E

Tints of Seal Brown #25120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.09%

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

R = 53.62%
G = 26.09%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25120E (or 0x25120E) is known color: Seal Brown. HEX triplet: 25, 12 and 0E. RGB value is (37,18,14). Sum of RGB (Red+Green+Blue) = 37+18+14=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25120E is #DAEDF1. Grayscale: #171717. Windows color (decimal): -14347762 or 922149. OLE color: 922149.

HSL color Cylindrical-coordinate representation of color #25120E: hue angle of 10.43º 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 #25120E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 18 14 -
CMYK 0 0.51 0.62 0.85
HSL 10.43º 0.45% 0.1% -
HSV(B) 10.43º 0.62% 0.15% -
XYZ 1.06 0.86 0.53 -
YUV 23.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 37 18 14 0 0.51 0.62 0.85 10.43 0.45 0.1
Hex 25 12 E 0 33 3E 55 A 2D A
Octal 45 22 16 0 63 76 125 12 55 12
Binary 100101 10010 1110 0 110011 111110 1010101 1010 101101 1010

Color Harmonies of #25120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25120E

Black with #25120E

Text Example


Text Example

White with #25120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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