Html Css Color HEX #250D04 Seal Brown

📋 copy color: '#250D04'

red 37 ◦ green 13 ◦ blue 4

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

Shades of Seal Brown #250D04

Tints of Seal Brown #250D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.07%

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

R = 68.52%
G = 24.07%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#250D04 (or 0x250D04) is known color: Seal Brown. HEX triplet: 25, 0D and 04. RGB value is (37,13,4). Sum of RGB (Red+Green+Blue) = 37+13+4=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D04 is #DAF2FB. Grayscale: #131313. Windows color (decimal): -14349052 or 265509. OLE color: 265509.

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

Color convert

RGB 37 13 4 -
CMYK 0 0.65 0.89 0.85
HSL 16.36º 0.8% 0.08% -
HSV(B) 16.36º 0.89% 0.15% -
XYZ 0.93 0.69 0.2 -
YUV 19.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 37 13 4 0 0.65 0.89 0.85 16.36 0.8 0.08
Hex 25 D 4 0 41 59 55 10 50 8
Octal 45 15 4 0 101 131 125 20 120 10
Binary 100101 1101 100 0 1000001 1011001 1010101 10000 1010000 1000

Color Harmonies of #250D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D04

Black with #250D04

Text Example


Text Example

White with #250D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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