Html Css Color HEX #250F07 Seal Brown

📋 copy color: '#250F07'

red 37 ◦ green 15 ◦ blue 7

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

Shades of Seal Brown #250F07

Tints of Seal Brown #250F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 11.86%

R = 62.71%
G = 25.42%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#250F07 (or 0x250F07) is known color: Seal Brown. HEX triplet: 25, 0F and 07. RGB value is (37,15,7). Sum of RGB (Red+Green+Blue) = 37+15+7=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F07 is #DAF0F8. Grayscale: #141414. Windows color (decimal): -14348537 or 462629. OLE color: 462629.

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

Color convert

RGB 37 15 7 -
CMYK 0 0.59 0.81 0.85
HSL 16º 0.68% 0.09% -
HSV(B) 16º 0.81% 0.15% -
XYZ 0.97 0.75 0.29 -
YUV 20.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 37 15 7 0 0.59 0.81 0.85 16 0.68 0.09
Hex 25 F 7 0 3B 51 55 10 44 9
Octal 45 17 7 0 73 121 125 20 104 11
Binary 100101 1111 111 0 111011 1010001 1010101 10000 1000100 1001

Color Harmonies of #250F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F07

Black with #250F07

Text Example


Text Example

White with #250F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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