Html Css Color HEX #250E08 Seal Brown

📋 copy color: '#250E08'

red 37 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #250E08

Tints of Seal Brown #250E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 23.73%

 BLUE value IS 8 (3.52% from 255) = 13.56%

R = 62.71%
G = 23.73%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#250E08 (or 0x250E08) is known color: Seal Brown. HEX triplet: 25, 0E and 08. RGB value is (37,14,8). Sum of RGB (Red+Green+Blue) = 37+14+8=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E08 is #DAF1F7. Grayscale: #141414. Windows color (decimal): -14348792 or 527909. OLE color: 527909.

HSL color Cylindrical-coordinate representation of color #250E08: hue angle of 12.41º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250E08 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 14 8 -
CMYK 0 0.62 0.78 0.85
HSL 12.41º 0.64% 0.09% -
HSV(B) 12.41º 0.78% 0.15% -
XYZ 0.96 0.72 0.32 -
YUV 20.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 37 14 8 0 0.62 0.78 0.85 12.41 0.64 0.09
Hex 25 E 8 0 3E 4E 55 C 40 9
Octal 45 16 10 0 76 116 125 14 100 11
Binary 100101 1110 1000 0 111110 1001110 1010101 1100 1000000 1001

Color Harmonies of #250E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E08

Black with #250E08

Text Example


Text Example

White with #250E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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