Html Css Color HEX #240500 Seal Brown

📋 copy color: '#240500'

red 36 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #240500

Tints of Seal Brown #240500

RGB

 RED value IS 36 (14.45% from 255) = 87.8%

 GREEN value IS 5 (2.34% from 255) = 12.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.8%
G = 12.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#240500 (or 0x240500) is known color: Seal Brown. HEX triplet: 24, 05 and 00. RGB value is (36,5,0). Sum of RGB (Red+Green+Blue) = 36+5+0=41 (5% of max value = 765). Red value is 36 (14.45% from 255 or 87.80% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 36 - color contains mainly: red. Hex color #240500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240500 is #DBFAFF. Grayscale: #0D0D0D. Windows color (decimal): -14416640 or 1316. OLE color: 1316.

HSL color Cylindrical-coordinate representation of color #240500: hue angle of 8.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240500 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 5 0 -
CMYK 0 0.86 1 0.86
HSL 8.33º 1% 0.07% -
HSV(B) 8.33º 1% 0.14% -
XYZ 0.78 0.48 0.05 -
YUV 13.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 36 5 0 0 0.86 1 0.86 8.33 1 0.07
Hex 24 5 0 0 56 64 56 8 64 7
Octal 44 5 0 0 126 144 126 10 144 7
Binary 100100 101 0 0 1010110 1100100 1010110 1000 1100100 111

Color Harmonies of #240500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240500

Black with #240500

Text Example


Text Example

White with #240500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240500; }

 p { color: rgb(36,5,0); }

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

background-color css

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

 a { background-color: rgb(36,5,0); }

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

border-color css

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

 span { border-color: rgb(36,5,0); }

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