Html Css Color HEX #250B05 Seal Brown

📋 copy color: '#250B05'

red 37 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #250B05

Tints of Seal Brown #250B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.43%

R = 69.81%
G = 20.75%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#250B05 (or 0x250B05) is known color: Seal Brown. HEX triplet: 25, 0B and 05. RGB value is (37,11,5). Sum of RGB (Red+Green+Blue) = 37+11+5=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B05 is #DAF4FA. Grayscale: #121212. Windows color (decimal): -14349563 or 330533. OLE color: 330533.

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

Color convert

RGB 37 11 5 -
CMYK 0 0.70 0.86 0.85
HSL 11.25º 0.76% 0.08% -
HSV(B) 11.25º 0.86% 0.15% -
XYZ 0.91 0.64 0.22 -
YUV 18.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 37 11 5 0 0.70 0.86 0.85 11.25 0.76 0.08
Hex 25 B 5 0 46 56 55 B 4C 8
Octal 45 13 5 0 106 126 125 13 114 10
Binary 100101 1011 101 0 1000110 1010110 1010101 1011 1001100 1000

Color Harmonies of #250B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B05

Black with #250B05

Text Example


Text Example

White with #250B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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