Html Css Color HEX #250505 Seal Brown

📋 copy color: '#250505'

red 37 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #250505

Tints of Seal Brown #250505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.64%

 BLUE value IS 5 (2.34% from 255) = 10.64%

R = 78.72%
G = 10.64%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#250505 (or 0x250505) is known color: Seal Brown. HEX triplet: 25, 05 and 05. RGB value is (37,5,5). Sum of RGB (Red+Green+Blue) = 37+5+5=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250505 is #DAFAFA. Grayscale: #0E0E0E. Windows color (decimal): -14351099 or 328997. OLE color: 328997.

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

Color convert

RGB 37 5 5 -
CMYK 0 0.86 0.86 0.85
HSL 0.76% 0.08% -
HSV(B) 0.86% 0.15% -
XYZ 0.84 0.51 0.2 -
YUV 14.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 37 5 5 0 0.86 0.86 0.85 0 0.76 0.08
Hex 25 5 5 0 56 56 55 0 4C 8
Octal 45 5 5 0 126 126 125 0 114 10
Binary 100101 101 101 0 1010110 1010110 1010101 0 1001100 1000

Color Harmonies of #250505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250505

Black with #250505

Text Example


Text Example

White with #250505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250505; }

 p { color: rgb(37,5,5); }

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

background-color css

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

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

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

border-color css

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

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

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