Html Css Color HEX #240600 Seal Brown

📋 copy color: '#240600'

red 36 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #240600

Tints of Seal Brown #240600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 14.29%

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

R = 85.71%
G = 14.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#240600 (or 0x240600) is known color: Seal Brown. HEX triplet: 24, 06 and 00. RGB value is (36,6,0). Sum of RGB (Red+Green+Blue) = 36+6+0=42 (5% of max value = 765). Red value is 36 (14.45% from 255 or 85.71% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 36 - color contains mainly: red. Hex color #240600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240600 is #DBF9FF. Grayscale: #0E0E0E. Windows color (decimal): -14416384 or 1572. OLE color: 1572.

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

Color convert

RGB 36 6 0 -
CMYK 0 0.83 1 0.86
HSL 10º 1% 0.07% -
HSV(B) 10º 1% 0.14% -
XYZ 0.79 0.51 0.06 -
YUV 14.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 36 6 0 0 0.83 1 0.86 10 1 0.07
Hex 24 6 0 0 53 64 56 A 64 7
Octal 44 6 0 0 123 144 126 12 144 7
Binary 100100 110 0 0 1010011 1100100 1010110 1010 1100100 111

Color Harmonies of #240600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240600

Black with #240600

Text Example


Text Example

White with #240600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240600; }

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

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

background-color css

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

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

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

border-color css

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

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

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