Html Css Color HEX #250A06 Seal Brown

📋 copy color: '#250A06'

red 37 ◦ green 10 ◦ blue 6

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

Shades of Seal Brown #250A06

Tints of Seal Brown #250A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.87%

 BLUE value IS 6 (2.73% from 255) = 11.32%

R = 69.81%
G = 18.87%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#250A06 (or 0x250A06) is known color: Seal Brown. HEX triplet: 25, 0A and 06. RGB value is (37,10,6). Sum of RGB (Red+Green+Blue) = 37+10+6=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A06 is #DAF5F9. Grayscale: #111111. Windows color (decimal): -14349818 or 395813. OLE color: 395813.

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

Color convert

RGB 37 10 6 -
CMYK 0 0.73 0.84 0.85
HSL 7.74º 0.72% 0.08% -
HSV(B) 7.74º 0.84% 0.15% -
XYZ 0.9 0.62 0.24 -
YUV 17.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 37 10 6 0 0.73 0.84 0.85 7.74 0.72 0.08
Hex 25 A 6 0 49 54 55 8 48 8
Octal 45 12 6 0 111 124 125 10 110 10
Binary 100101 1010 110 0 1001001 1010100 1010101 1000 1001000 1000

Color Harmonies of #250A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A06

Black with #250A06

Text Example


Text Example

White with #250A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,10,6); }

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

background-color css

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

 a { background-color: rgb(37,10,6); }

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

border-color css

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

 span { border-color: rgb(37,10,6); }

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