Html Css Color HEX #240C00 Seal Brown

📋 copy color: '#240C00'

red 36 ◦ green 12 ◦ blue 0

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

Shades of Seal Brown #240C00

Tints of Seal Brown #240C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25%

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

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#240C00 (or 0x240C00) is known color: Seal Brown. HEX triplet: 24, 0C and 00. RGB value is (36,12,0). Sum of RGB (Red+Green+Blue) = 36+12+0=48 (6% of max value = 765). Red value is 36 (14.45% from 255 or 75% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 36 - color contains mainly: red. Hex color #240C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C00 is #DBF3FF. Grayscale: #111111. Windows color (decimal): -14414848 or 3108. OLE color: 3108.

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

Color convert

RGB 36 12 0 -
CMYK 0 0.67 1 0.86
HSL 20º 1% 0.07% -
HSV(B) 20º 1% 0.14% -
XYZ 0.86 0.64 0.08 -
YUV 17.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 36 12 0 0 0.67 1 0.86 20 1 0.07
Hex 24 C 0 0 43 64 56 14 64 7
Octal 44 14 0 0 103 144 126 24 144 7
Binary 100100 1100 0 0 1000011 1100100 1010110 10100 1100100 111

Color Harmonies of #240C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C00

Black with #240C00

Text Example


Text Example

White with #240C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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