Html Css Color HEX #250C0C Seal Brown

📋 copy color: '#250C0C'

red 37 ◦ green 12 ◦ blue 12

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

Shades of Seal Brown #250C0C

Tints of Seal Brown #250C0C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.67%

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

R = 60.66%
G = 19.67%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#250C0C (or 0x250C0C) is known color: Seal Brown. HEX triplet: 25, 0C and 0C. RGB value is (37,12,12). Sum of RGB (Red+Green+Blue) = 37+12+12=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C0C is #DAF3F3. Grayscale: #131313. Windows color (decimal): -14349300 or 789541. OLE color: 789541.

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

Color convert

RGB 37 12 12 -
CMYK 0 0.68 0.68 0.85
HSL 0.51% 0.1% -
HSV(B) 0.68% 0.15% -
XYZ 0.96 0.68 0.43 -
YUV 19.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 37 12 12 0 0.68 0.68 0.85 0 0.51 0.1
Hex 25 C C 0 44 44 55 0 33 A
Octal 45 14 14 0 104 104 125 0 63 12
Binary 100101 1100 1100 0 1000100 1000100 1010101 0 110011 1010

Color Harmonies of #250C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C0C

Black with #250C0C

Text Example


Text Example

White with #250C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C0C; }

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

 H1.HeaderClassName
 {
   color: #250C0C;
 }
 .AnyTagClassName
 {
   color: #250C0C;
 }
</style>

background-color css

<style>
 a { background-color: #250C0C; }

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

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

border-color css

<style>
 span { border-color: #250C0C; }

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

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