Html Css Color HEX #250800 Seal Brown

📋 copy color: '#250800'

red 37 ◦ green 8 ◦ blue 0

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

Shades of Seal Brown #250800

Tints of Seal Brown #250800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.22%
G = 17.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#250800 (or 0x250800) is known color: Seal Brown. HEX triplet: 25, 08 and 00. RGB value is (37,8,0). Sum of RGB (Red+Green+Blue) = 37+8+0=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250800 is #DAF7FF. Grayscale: #0F0F0F. Windows color (decimal): -14350336 or 2085. OLE color: 2085.

HSL color Cylindrical-coordinate representation of color #250800: hue angle of 12.97º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250800 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 8 0 -
CMYK 0 0.78 1 0.85
HSL 12.97º 1% 0.07% -
HSV(B) 12.97º 1% 0.15% -
XYZ 0.85 0.57 0.06 -
YUV 15.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 37 8 0 0 0.78 1 0.85 12.97 1 0.07
Hex 25 8 0 0 4E 64 55 D 64 7
Octal 45 10 0 0 116 144 125 15 144 7
Binary 100101 1000 0 0 1001110 1100100 1010101 1101 1100100 111

Color Harmonies of #250800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250800

Black with #250800

Text Example


Text Example

White with #250800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250800; }

 p { color: rgb(37,8,0); }

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

background-color css

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

 a { background-color: rgb(37,8,0); }

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

border-color css

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

 span { border-color: rgb(37,8,0); }

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