Html Css Color HEX #240F0A Seal Brown

📋 copy color: '#240F0A'

red 36 ◦ green 15 ◦ blue 10

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

Shades of Seal Brown #240F0A

Tints of Seal Brown #240F0A

RGB

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

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

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

R = 59.02%
G = 24.59%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#240F0A (or 0x240F0A) is known color: Seal Brown. HEX triplet: 24, 0F and 0A. RGB value is (36,15,10). Sum of RGB (Red+Green+Blue) = 36+15+10=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F0A is #DBF0F5. Grayscale: #141414. Windows color (decimal): -14414070 or 659236. OLE color: 659236.

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

Color convert

RGB 36 15 10 -
CMYK 0 0.58 0.72 0.86
HSL 11.54º 0.57% 0.09% -
HSV(B) 11.54º 0.72% 0.14% -
XYZ 0.95 0.74 0.38 -
YUV 20.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 36 15 10 0 0.58 0.72 0.86 11.54 0.57 0.09
Hex 24 F A 0 3A 48 56 C 39 9
Octal 44 17 12 0 72 110 126 14 71 11
Binary 100100 1111 1010 0 111010 1001000 1010110 1100 111001 1001

Color Harmonies of #240F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F0A

Black with #240F0A

Text Example


Text Example

White with #240F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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