Html Css Color HEX #25120D Seal Brown

📋 copy color: '#25120D'

red 37 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #25120D

Tints of Seal Brown #25120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 19.12%

R = 54.41%
G = 26.47%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25120D (or 0x25120D) is known color: Seal Brown. HEX triplet: 25, 12 and 0D. RGB value is (37,18,13). Sum of RGB (Red+Green+Blue) = 37+18+13=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25120D is #DAEDF2. Grayscale: #171717. Windows color (decimal): -14347763 or 856613. OLE color: 856613.

HSL color Cylindrical-coordinate representation of color #25120D: hue angle of 12.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25120D is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 18 13 -
CMYK 0 0.51 0.65 0.85
HSL 12.5º 0.48% 0.1% -
HSV(B) 12.5º 0.65% 0.15% -
XYZ 1.05 0.85 0.49 -
YUV 23.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 37 18 13 0 0.51 0.65 0.85 12.5 0.48 0.1
Hex 25 12 D 0 33 41 55 C 30 A
Octal 45 22 15 0 63 101 125 14 60 12
Binary 100101 10010 1101 0 110011 1000001 1010101 1100 110000 1010

Color Harmonies of #25120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25120D

Black with #25120D

Text Example


Text Example

White with #25120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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