Html Css Color HEX #250F0C Seal Brown

📋 copy color: '#250F0C'

red 37 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #250F0C

Tints of Seal Brown #250F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.44%

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

R = 57.81%
G = 23.44%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#250F0C (or 0x250F0C) is known color: Seal Brown. HEX triplet: 25, 0F and 0C. RGB value is (37,15,12). Sum of RGB (Red+Green+Blue) = 37+15+12=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F0C is #DAF0F3. Grayscale: #151515. Windows color (decimal): -14348532 or 790309. OLE color: 790309.

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

Color convert

RGB 37 15 12 -
CMYK 0 0.59 0.68 0.85
HSL 7.2º 0.51% 0.1% -
HSV(B) 7.2º 0.68% 0.15% -
XYZ 1 0.76 0.44 -
YUV 21.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 37 15 12 0 0.59 0.68 0.85 7.2 0.51 0.1
Hex 25 F C 0 3B 44 55 7 33 A
Octal 45 17 14 0 73 104 125 7 63 12
Binary 100101 1111 1100 0 111011 1000100 1010101 111 110011 1010

Color Harmonies of #250F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F0C

Black with #250F0C

Text Example


Text Example

White with #250F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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