Html Css Color HEX #250D0A Seal Brown

📋 copy color: '#250D0A'

red 37 ◦ green 13 ◦ blue 10

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

Shades of Seal Brown #250D0A

Tints of Seal Brown #250D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 21.67%

 BLUE value IS 10 (4.3% from 255) = 16.67%

R = 61.67%
G = 21.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#250D0A (or 0x250D0A) is known color: Seal Brown. HEX triplet: 25, 0D and 0A. RGB value is (37,13,10). Sum of RGB (Red+Green+Blue) = 37+13+10=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D0A is #DAF2F5. Grayscale: #131313. Windows color (decimal): -14349046 or 658725. OLE color: 658725.

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

Color convert

RGB 37 13 10 -
CMYK 0 0.65 0.73 0.85
HSL 6.67º 0.57% 0.09% -
HSV(B) 6.67º 0.73% 0.15% -
XYZ 0.96 0.7 0.37 -
YUV 19.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 37 13 10 0 0.65 0.73 0.85 6.67 0.57 0.09
Hex 25 D A 0 41 49 55 7 39 9
Octal 45 15 12 0 101 111 125 7 71 11
Binary 100101 1101 1010 0 1000001 1001001 1010101 111 111001 1001

Color Harmonies of #250D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D0A

Black with #250D0A

Text Example


Text Example

White with #250D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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