Html Css Color HEX #250502 Seal Brown

📋 copy color: '#250502'

red 37 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #250502

Tints of Seal Brown #250502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 4.55%

R = 84.09%
G = 11.36%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#250502 (or 0x250502) is known color: Seal Brown. HEX triplet: 25, 05 and 02. RGB value is (37,5,2). Sum of RGB (Red+Green+Blue) = 37+5+2=44 (5% of max value = 765). Red value is 37 (14.84% from 255 or 84.09% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 37 - color contains mainly: red. Hex color #250502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250502 is #DAFAFD. Grayscale: #0E0E0E. Windows color (decimal): -14351102 or 132389. OLE color: 132389.

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

Color convert

RGB 37 5 2 -
CMYK 0 0.86 0.95 0.85
HSL 5.14º 0.9% 0.08% -
HSV(B) 5.14º 0.95% 0.15% -
XYZ 0.83 0.51 0.11 -
YUV 14.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 37 5 2 0 0.86 0.95 0.85 5.14 0.9 0.08
Hex 25 5 2 0 56 5F 55 5 5A 8
Octal 45 5 2 0 126 137 125 5 132 10
Binary 100101 101 10 0 1010110 1011111 1010101 101 1011010 1000

Color Harmonies of #250502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250502

Black with #250502

Text Example


Text Example

White with #250502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250502; }

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

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

background-color css

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

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

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

border-color css

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

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

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