Html Css Color HEX #250A07 Seal Brown

📋 copy color: '#250A07'

red 37 ◦ green 10 ◦ blue 7

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

Shades of Seal Brown #250A07

Tints of Seal Brown #250A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.52%

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

R = 68.52%
G = 18.52%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#250A07 (or 0x250A07) is known color: Seal Brown. HEX triplet: 25, 0A and 07. RGB value is (37,10,7). Sum of RGB (Red+Green+Blue) = 37+10+7=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A07 is #DAF5F8. Grayscale: #111111. Windows color (decimal): -14349817 or 461349. OLE color: 461349.

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

Color convert

RGB 37 10 7 -
CMYK 0 0.73 0.81 0.85
HSL 0.68% 0.09% -
HSV(B) 0.81% 0.15% -
XYZ 0.91 0.63 0.27 -
YUV 17.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 37 10 7 0 0.73 0.81 0.85 6 0.68 0.09
Hex 25 A 7 0 49 51 55 6 44 9
Octal 45 12 7 0 111 121 125 6 104 11
Binary 100101 1010 111 0 1001001 1010001 1010101 110 1000100 1001

Color Harmonies of #250A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A07

Black with #250A07

Text Example


Text Example

White with #250A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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