Html Css Color HEX #250600 Seal Brown

📋 copy color: '#250600'

red 37 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #250600

Tints of Seal Brown #250600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.95%

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

R = 86.05%
G = 13.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#250600 (or 0x250600) is known color: Seal Brown. HEX triplet: 25, 06 and 00. RGB value is (37,6,0). Sum of RGB (Red+Green+Blue) = 37+6+0=43 (5% of max value = 765). Red value is 37 (14.84% from 255 or 86.05% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 37 - color contains mainly: red. Hex color #250600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250600 is #DAF9FF. Grayscale: #0E0E0E. Windows color (decimal): -14350848 or 1573. OLE color: 1573.

HSL color Cylindrical-coordinate representation of color #250600: hue angle of 9.73º 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 #250600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 6 0 -
CMYK 0 0.84 1 0.85
HSL 9.73º 1% 0.07% -
HSV(B) 9.73º 1% 0.15% -
XYZ 0.83 0.52 0.06 -
YUV 14.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 37 6 0 0 0.84 1 0.85 9.73 1 0.07
Hex 25 6 0 0 54 64 55 A 64 7
Octal 45 6 0 0 124 144 125 12 144 7
Binary 100101 110 0 0 1010100 1100100 1010101 1010 1100100 111

Color Harmonies of #250600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250600

Black with #250600

Text Example


Text Example

White with #250600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250600; }

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

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

background-color css

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

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

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

border-color css

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

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

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