Html Css Color HEX #25110C Seal Brown

📋 copy color: '#25110C'

red 37 ◦ green 17 ◦ blue 12

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

Shades of Seal Brown #25110C

Tints of Seal Brown #25110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25.76%

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

R = 56.06%
G = 25.76%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25110C (or 0x25110C) is known color: Seal Brown. HEX triplet: 25, 11 and 0C. RGB value is (37,17,12). Sum of RGB (Red+Green+Blue) = 37+17+12=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25110C is #DAEEF3. Grayscale: #161616. Windows color (decimal): -14348020 or 790821. OLE color: 790821.

HSL color Cylindrical-coordinate representation of color #25110C: hue angle of 12º 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 #25110C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 17 12 -
CMYK 0 0.54 0.68 0.85
HSL 12º 0.51% 0.1% -
HSV(B) 12º 0.68% 0.15% -
XYZ 1.03 0.82 0.45 -
YUV 22.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 37 17 12 0 0.54 0.68 0.85 12 0.51 0.1
Hex 25 11 C 0 36 44 55 C 33 A
Octal 45 21 14 0 66 104 125 14 63 12
Binary 100101 10001 1100 0 110110 1000100 1010101 1100 110011 1010

Color Harmonies of #25110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25110C

Black with #25110C

Text Example


Text Example

White with #25110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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