Html Css Color HEX #250902 Seal Brown

📋 copy color: '#250902'

red 37 ◦ green 9 ◦ blue 2

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

Shades of Seal Brown #250902

Tints of Seal Brown #250902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18.75%

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

R = 77.08%
G = 18.75%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#250902 (or 0x250902) is known color: Seal Brown. HEX triplet: 25, 09 and 02. RGB value is (37,9,2). Sum of RGB (Red+Green+Blue) = 37+9+2=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250902 is #DAF6FD. Grayscale: #101010. Windows color (decimal): -14350078 or 133413. OLE color: 133413.

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

Color convert

RGB 37 9 2 -
CMYK 0 0.76 0.95 0.85
HSL 12º 0.9% 0.08% -
HSV(B) 12º 0.95% 0.15% -
XYZ 0.87 0.59 0.13 -
YUV 16.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 37 9 2 0 0.76 0.95 0.85 12 0.9 0.08
Hex 25 9 2 0 4C 5F 55 C 5A 8
Octal 45 11 2 0 114 137 125 14 132 10
Binary 100101 1001 10 0 1001100 1011111 1010101 1100 1011010 1000

Color Harmonies of #250902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250902

Black with #250902

Text Example


Text Example

White with #250902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250902; }

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

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

background-color css

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

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

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

border-color css

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

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

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