Html Css Color HEX #250802 Seal Brown

📋 copy color: '#250802'

red 37 ◦ green 8 ◦ blue 2

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

Shades of Seal Brown #250802

Tints of Seal Brown #250802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.02%

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

R = 78.72%
G = 17.02%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#250802 (or 0x250802) is known color: Seal Brown. HEX triplet: 25, 08 and 02. RGB value is (37,8,2). Sum of RGB (Red+Green+Blue) = 37+8+2=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250802 is #DAF7FD. Grayscale: #101010. Windows color (decimal): -14350334 or 133157. OLE color: 133157.

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

Color convert

RGB 37 8 2 -
CMYK 0 0.78 0.95 0.85
HSL 10.29º 0.9% 0.08% -
HSV(B) 10.29º 0.95% 0.15% -
XYZ 0.86 0.57 0.12 -
YUV 15.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 37 8 2 0 0.78 0.95 0.85 10.29 0.9 0.08
Hex 25 8 2 0 4E 5F 55 A 5A 8
Octal 45 10 2 0 116 137 125 12 132 10
Binary 100101 1000 10 0 1001110 1011111 1010101 1010 1011010 1000

Color Harmonies of #250802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250802

Black with #250802

Text Example


Text Example

White with #250802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250802; }

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

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

background-color css

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

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

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

border-color css

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

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

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