Html Css Color HEX #250B08 Seal Brown

📋 copy color: '#250B08'

red 37 ◦ green 11 ◦ blue 8

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

Shades of Seal Brown #250B08

Tints of Seal Brown #250B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 19.64%

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

R = 66.07%
G = 19.64%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#250B08 (or 0x250B08) is known color: Seal Brown. HEX triplet: 25, 0B and 08. RGB value is (37,11,8). Sum of RGB (Red+Green+Blue) = 37+11+8=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B08 is #DAF4F7. Grayscale: #121212. Windows color (decimal): -14349560 or 527141. OLE color: 527141.

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

Color convert

RGB 37 11 8 -
CMYK 0 0.70 0.78 0.85
HSL 6.21º 0.64% 0.09% -
HSV(B) 6.21º 0.78% 0.15% -
XYZ 0.93 0.65 0.31 -
YUV 18.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 37 11 8 0 0.70 0.78 0.85 6.21 0.64 0.09
Hex 25 B 8 0 46 4E 55 6 40 9
Octal 45 13 10 0 106 116 125 6 100 11
Binary 100101 1011 1000 0 1000110 1001110 1010101 110 1000000 1001

Color Harmonies of #250B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B08

Black with #250B08

Text Example


Text Example

White with #250B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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