Html Css Color HEX #25140F Seal Brown

📋 copy color: '#25140F'

red 37 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #25140F

Tints of Seal Brown #25140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.78%

 BLUE value IS 15 (6.25% from 255) = 20.83%

R = 51.39%
G = 27.78%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25140F (or 0x25140F) is known color: Seal Brown. HEX triplet: 25, 14 and 0F. RGB value is (37,20,15). Sum of RGB (Red+Green+Blue) = 37+20+15=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #25140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25140F is #DAEBF0. Grayscale: #181818. Windows color (decimal): -14347249 or 988197. OLE color: 988197.

HSL color Cylindrical-coordinate representation of color #25140F: hue angle of 13.64º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25140F is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 20 15 -
CMYK 0 0.46 0.59 0.85
HSL 13.64º 0.42% 0.1% -
HSV(B) 13.64º 0.59% 0.15% -
XYZ 1.1 0.93 0.57 -
YUV 24.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 37 20 15 0 0.46 0.59 0.85 13.64 0.42 0.1
Hex 25 14 F 0 2E 3B 55 E 2A A
Octal 45 24 17 0 56 73 125 16 52 12
Binary 100101 10100 1111 0 101110 111011 1010101 1110 101010 1010

Color Harmonies of #25140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25140F

Black with #25140F

Text Example


Text Example

White with #25140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25140F; }

 p { color: rgb(37,20,15); }

 H1.HeaderClassName
 {
   color: #25140F;
 }
 .AnyTagClassName
 {
   color: #25140F;
 }
</style>

background-color css

<style>
 a { background-color: #25140F; }

 a { background-color: rgb(37,20,15); }

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

border-color css

<style>
 span { border-color: #25140F; }

 span { border-color: rgb(37,20,15); }

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