Html Css Color HEX #250B04 Seal Brown

📋 copy color: '#250B04'

red 37 ◦ green 11 ◦ blue 4

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

Shades of Seal Brown #250B04

Tints of Seal Brown #250B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 7.69%

R = 71.15%
G = 21.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#250B04 (or 0x250B04) is known color: Seal Brown. HEX triplet: 25, 0B and 04. RGB value is (37,11,4). Sum of RGB (Red+Green+Blue) = 37+11+4=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B04 is #DAF4FB. Grayscale: #121212. Windows color (decimal): -14349564 or 264997. OLE color: 264997.

HSL color Cylindrical-coordinate representation of color #250B04: hue angle of 12.73º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250B04 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 11 4 -
CMYK 0 0.70 0.89 0.85
HSL 12.73º 0.8% 0.08% -
HSV(B) 12.73º 0.89% 0.15% -
XYZ 0.9 0.64 0.19 -
YUV 17.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 37 11 4 0 0.70 0.89 0.85 12.73 0.8 0.08
Hex 25 B 4 0 46 59 55 D 50 8
Octal 45 13 4 0 106 131 125 15 120 10
Binary 100101 1011 100 0 1000110 1011001 1010101 1101 1010000 1000

Color Harmonies of #250B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B04

Black with #250B04

Text Example


Text Example

White with #250B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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