Html Css Color HEX #240A00 Seal Brown

📋 copy color: '#240A00'

red 36 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #240A00

Tints of Seal Brown #240A00

RGB

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

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

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

R = 78.26%
G = 21.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#240A00 (or 0x240A00) is known color: Seal Brown. HEX triplet: 24, 0A and 00. RGB value is (36,10,0). Sum of RGB (Red+Green+Blue) = 36+10+0=46 (6% of max value = 765). Red value is 36 (14.45% from 255 or 78.26% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 36 - color contains mainly: red. Hex color #240A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A00 is #DBF5FF. Grayscale: #101010. Windows color (decimal): -14415360 or 2596. OLE color: 2596.

HSL color Cylindrical-coordinate representation of color #240A00: hue angle of 16.67º 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 #240A00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 10 0 -
CMYK 0 0.72 1 0.86
HSL 16.67º 1% 0.07% -
HSV(B) 16.67º 1% 0.14% -
XYZ 0.84 0.59 0.07 -
YUV 16.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 36 10 0 0 0.72 1 0.86 16.67 1 0.07
Hex 24 A 0 0 48 64 56 11 64 7
Octal 44 12 0 0 110 144 126 21 144 7
Binary 100100 1010 0 0 1001000 1100100 1010110 10001 1100100 111

Color Harmonies of #240A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A00

Black with #240A00

Text Example


Text Example

White with #240A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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