Html Css Color HEX #25120B Seal Brown

📋 copy color: '#25120B'

red 37 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #25120B

Tints of Seal Brown #25120B

RGB

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

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

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

R = 56.06%
G = 27.27%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25120B (or 0x25120B) is known color: Seal Brown. HEX triplet: 25, 12 and 0B. RGB value is (37,18,11). Sum of RGB (Red+Green+Blue) = 37+18+11=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25120B is #DAEDF4. Grayscale: #161616. Windows color (decimal): -14347765 or 725541. OLE color: 725541.

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

Color convert

RGB 37 18 11 -
CMYK 0 0.51 0.70 0.85
HSL 16.15º 0.54% 0.09% -
HSV(B) 16.15º 0.7% 0.15% -
XYZ 1.04 0.85 0.43 -
YUV 22.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 37 18 11 0 0.51 0.70 0.85 16.15 0.54 0.09
Hex 25 12 B 0 33 46 55 10 36 9
Octal 45 22 13 0 63 106 125 20 66 11
Binary 100101 10010 1011 0 110011 1000110 1010101 10000 110110 1001

Color Harmonies of #25120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25120B

Black with #25120B

Text Example


Text Example

White with #25120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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