Html Css Color HEX #250D05 Seal Brown

📋 copy color: '#250D05'

red 37 ◦ green 13 ◦ blue 5

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

Shades of Seal Brown #250D05

Tints of Seal Brown #250D05

RGB

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

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

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

R = 67.27%
G = 23.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#250D05 (or 0x250D05) is known color: Seal Brown. HEX triplet: 25, 0D and 05. RGB value is (37,13,5). Sum of RGB (Red+Green+Blue) = 37+13+5=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D05 is #DAF2FA. Grayscale: #131313. Windows color (decimal): -14349051 or 331045. OLE color: 331045.

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

Color convert

RGB 37 13 5 -
CMYK 0 0.65 0.86 0.85
HSL 15º 0.76% 0.08% -
HSV(B) 15º 0.86% 0.15% -
XYZ 0.93 0.69 0.23 -
YUV 19.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 37 13 5 0 0.65 0.86 0.85 15 0.76 0.08
Hex 25 D 5 0 41 56 55 F 4C 8
Octal 45 15 5 0 101 126 125 17 114 10
Binary 100101 1101 101 0 1000001 1010110 1010101 1111 1001100 1000

Color Harmonies of #250D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D05

Black with #250D05

Text Example


Text Example

White with #250D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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