Html Css Color HEX #240F0E Seal Brown

📋 copy color: '#240F0E'

red 36 ◦ green 15 ◦ blue 14

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

Shades of Seal Brown #240F0E

Tints of Seal Brown #240F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 21.54%

R = 55.38%
G = 23.08%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#240F0E (or 0x240F0E) is known color: Seal Brown. HEX triplet: 24, 0F and 0E. RGB value is (36,15,14). Sum of RGB (Red+Green+Blue) = 36+15+14=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #240F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F0E is #DBF0F1. Grayscale: #151515. Windows color (decimal): -14414066 or 921380. OLE color: 921380.

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

Color convert

RGB 36 15 14 -
CMYK 0 0.58 0.61 0.86
HSL 2.73º 0.44% 0.1% -
HSV(B) 2.73º 0.61% 0.14% -
XYZ 0.98 0.75 0.51 -
YUV 21.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 36 15 14 0 0.58 0.61 0.86 2.73 0.44 0.1
Hex 24 F E 0 3A 3D 56 3 2C A
Octal 44 17 16 0 72 75 126 3 54 12
Binary 100100 1111 1110 0 111010 111101 1010110 11 101100 1010

Color Harmonies of #240F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F0E

Black with #240F0E

Text Example


Text Example

White with #240F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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