Html Css Color HEX #25130C Seal Brown

📋 copy color: '#25130C'

red 37 ◦ green 19 ◦ blue 12

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

Shades of Seal Brown #25130C

Tints of Seal Brown #25130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 17.65%

R = 54.41%
G = 27.94%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25130C (or 0x25130C) is known color: Seal Brown. HEX triplet: 25, 13 and 0C. RGB value is (37,19,12). Sum of RGB (Red+Green+Blue) = 37+19+12=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25130C is #DAECF3. Grayscale: #171717. Windows color (decimal): -14347508 or 791333. OLE color: 791333.

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

Color convert

RGB 37 19 12 -
CMYK 0 0.49 0.68 0.85
HSL 16.8º 0.51% 0.1% -
HSV(B) 16.8º 0.68% 0.15% -
XYZ 1.06 0.89 0.46 -
YUV 23.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 37 19 12 0 0.49 0.68 0.85 16.8 0.51 0.1
Hex 25 13 C 0 31 44 55 11 33 A
Octal 45 23 14 0 61 104 125 21 63 12
Binary 100101 10011 1100 0 110001 1000100 1010101 10001 110011 1010

Color Harmonies of #25130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25130C

Black with #25130C

Text Example


Text Example

White with #25130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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