Html Css Color HEX #250C09 Seal Brown

📋 copy color: '#250C09'

red 37 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #250C09

Tints of Seal Brown #250C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20.69%

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 63.79%
G = 20.69%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#250C09 (or 0x250C09) is known color: Seal Brown. HEX triplet: 25, 0C and 09. RGB value is (37,12,9). Sum of RGB (Red+Green+Blue) = 37+12+9=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C09 is #DAF3F6. Grayscale: #131313. Windows color (decimal): -14349303 or 592933. OLE color: 592933.

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

Color convert

RGB 37 12 9 -
CMYK 0 0.68 0.76 0.85
HSL 6.43º 0.61% 0.09% -
HSV(B) 6.43º 0.76% 0.15% -
XYZ 0.94 0.68 0.34 -
YUV 19.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 37 12 9 0 0.68 0.76 0.85 6.43 0.61 0.09
Hex 25 C 9 0 44 4C 55 6 3D 9
Octal 45 14 11 0 104 114 125 6 75 11
Binary 100101 1100 1001 0 1000100 1001100 1010101 110 111101 1001

Color Harmonies of #250C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C09

Black with #250C09

Text Example


Text Example

White with #250C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,12,9); }

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

background-color css

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

 a { background-color: rgb(37,12,9); }

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

border-color css

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

 span { border-color: rgb(37,12,9); }

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