Html Css Color HEX #250C0A Seal Brown

📋 copy color: '#250C0A'

red 37 ◦ green 12 ◦ blue 10

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

Shades of Seal Brown #250C0A

Tints of Seal Brown #250C0A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20.34%

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

R = 62.71%
G = 20.34%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#250C0A (or 0x250C0A) is known color: Seal Brown. HEX triplet: 25, 0C and 0A. RGB value is (37,12,10). Sum of RGB (Red+Green+Blue) = 37+12+10=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C0A is #DAF3F5. Grayscale: #131313. Windows color (decimal): -14349302 or 658469. OLE color: 658469.

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

Color convert

RGB 37 12 10 -
CMYK 0 0.68 0.73 0.85
HSL 4.44º 0.57% 0.09% -
HSV(B) 4.44º 0.73% 0.15% -
XYZ 0.95 0.68 0.37 -
YUV 19.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 37 12 10 0 0.68 0.73 0.85 4.44 0.57 0.09
Hex 25 C A 0 44 49 55 4 39 9
Octal 45 14 12 0 104 111 125 4 71 11
Binary 100101 1100 1010 0 1000100 1001001 1010101 100 111001 1001

Color Harmonies of #250C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C0A

Black with #250C0A

Text Example


Text Example

White with #250C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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