Html Css Color HEX #240F0C Seal Brown

📋 copy color: '#240F0C'

red 36 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #240F0C

Tints of Seal Brown #240F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 57.14%
G = 23.81%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#240F0C (or 0x240F0C) is known color: Seal Brown. HEX triplet: 24, 0F and 0C. RGB value is (36,15,12). Sum of RGB (Red+Green+Blue) = 36+15+12=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F0C is #DBF0F3. Grayscale: #141414. Windows color (decimal): -14414068 or 790308. OLE color: 790308.

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

Color convert

RGB 36 15 12 -
CMYK 0 0.58 0.67 0.86
HSL 7.5º 0.5% 0.09% -
HSV(B) 7.5º 0.67% 0.14% -
XYZ 0.96 0.74 0.44 -
YUV 20.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 36 15 12 0 0.58 0.67 0.86 7.5 0.5 0.09
Hex 24 F C 0 3A 43 56 8 32 9
Octal 44 17 14 0 72 103 126 10 62 11
Binary 100100 1111 1100 0 111010 1000011 1010110 1000 110010 1001

Color Harmonies of #240F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F0C

Black with #240F0C

Text Example


Text Example

White with #240F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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