Html Css Color HEX #25130B Seal Brown

📋 copy color: '#25130B'

red 37 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #25130B

Tints of Seal Brown #25130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 16.42%

R = 55.22%
G = 28.36%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25130B (or 0x25130B) is known color: Seal Brown. HEX triplet: 25, 13 and 0B. RGB value is (37,19,11). Sum of RGB (Red+Green+Blue) = 37+19+11=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #25130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25130B is #DAECF4. Grayscale: #171717. Windows color (decimal): -14347509 or 725797. OLE color: 725797.

HSL color Cylindrical-coordinate representation of color #25130B: hue angle of 18.46º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25130B is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 19 11 -
CMYK 0 0.49 0.70 0.85
HSL 18.46º 0.54% 0.09% -
HSV(B) 18.46º 0.7% 0.15% -
XYZ 1.06 0.88 0.43 -
YUV 23.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 37 19 11 0 0.49 0.70 0.85 18.46 0.54 0.09
Hex 25 13 B 0 31 46 55 12 36 9
Octal 45 23 13 0 61 106 125 22 66 11
Binary 100101 10011 1011 0 110001 1000110 1010101 10010 110110 1001

Color Harmonies of #25130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25130B

Black with #25130B

Text Example


Text Example

White with #25130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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