Html Css Color HEX #250F09 Seal Brown

📋 copy color: '#250F09'

red 37 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #250F09

Tints of Seal Brown #250F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 14.75%

R = 60.66%
G = 24.59%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#250F09 (or 0x250F09) is known color: Seal Brown. HEX triplet: 25, 0F and 09. RGB value is (37,15,9). Sum of RGB (Red+Green+Blue) = 37+15+9=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F09 is #DAF0F6. Grayscale: #141414. Windows color (decimal): -14348535 or 593701. OLE color: 593701.

HSL color Cylindrical-coordinate representation of color #250F09: hue angle of 12.86º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250F09 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 15 9 -
CMYK 0 0.59 0.76 0.85
HSL 12.86º 0.61% 0.09% -
HSV(B) 12.86º 0.76% 0.15% -
XYZ 0.98 0.75 0.35 -
YUV 20.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 37 15 9 0 0.59 0.76 0.85 12.86 0.61 0.09
Hex 25 F 9 0 3B 4C 55 D 3D 9
Octal 45 17 11 0 73 114 125 15 75 11
Binary 100101 1111 1001 0 111011 1001100 1010101 1101 111101 1001

Color Harmonies of #250F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F09

Black with #250F09

Text Example


Text Example

White with #250F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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