Html Css Color HEX #240A0A Seal Brown

📋 copy color: '#240A0A'

red 36 ◦ green 10 ◦ blue 10

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

Shades of Seal Brown #240A0A

Tints of Seal Brown #240A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 17.86%

R = 64.29%
G = 17.86%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#240A0A (or 0x240A0A) is known color: Seal Brown. HEX triplet: 24, 0A and 0A. RGB value is (36,10,10). Sum of RGB (Red+Green+Blue) = 36+10+10=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #240A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A0A is #DBF5F5. Grayscale: #111111. Windows color (decimal): -14415350 or 657956. OLE color: 657956.

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

Color convert

RGB 36 10 10 -
CMYK 0 0.72 0.72 0.86
HSL 0.57% 0.09% -
HSV(B) 0.72% 0.14% -
XYZ 0.89 0.61 0.36 -
YUV 17.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 36 10 10 0 0.72 0.72 0.86 0 0.57 0.09
Hex 24 A A 0 48 48 56 0 39 9
Octal 44 12 12 0 110 110 126 0 71 11
Binary 100100 1010 1010 0 1001000 1001000 1010110 0 111001 1001

Color Harmonies of #240A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A0A

Black with #240A0A

Text Example


Text Example

White with #240A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240A0A; }

 p { color: rgb(36,10,10); }

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

background-color css

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

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

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

border-color css

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

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

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