Html Css Color HEX #250A02 Seal Brown

📋 copy color: '#250A02'

red 37 ◦ green 10 ◦ blue 2

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

Shades of Seal Brown #250A02

Tints of Seal Brown #250A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.41%

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

R = 75.51%
G = 20.41%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#250A02 (or 0x250A02) is known color: Seal Brown. HEX triplet: 25, 0A and 02. RGB value is (37,10,2). Sum of RGB (Red+Green+Blue) = 37+10+2=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #250A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A02 is #DAF5FD. Grayscale: #111111. Windows color (decimal): -14349822 or 133669. OLE color: 133669.

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

Color convert

RGB 37 10 2 -
CMYK 0 0.73 0.95 0.85
HSL 13.71º 0.9% 0.08% -
HSV(B) 13.71º 0.95% 0.15% -
XYZ 0.88 0.61 0.13 -
YUV 17.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 37 10 2 0 0.73 0.95 0.85 13.71 0.9 0.08
Hex 25 A 2 0 49 5F 55 E 5A 8
Octal 45 12 2 0 111 137 125 16 132 10
Binary 100101 1010 10 0 1001001 1011111 1010101 1110 1011010 1000

Color Harmonies of #250A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A02

Black with #250A02

Text Example


Text Example

White with #250A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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