Html Css Color HEX #240F08 Seal Brown

📋 copy color: '#240F08'

red 36 ◦ green 15 ◦ blue 8

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

Shades of Seal Brown #240F08

Tints of Seal Brown #240F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 13.56%

R = 61.02%
G = 25.42%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.86

RGB Variations

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

Color information

#240F08 (or 0x240F08) is known color: Seal Brown. HEX triplet: 24, 0F and 08. RGB value is (36,15,8). Sum of RGB (Red+Green+Blue) = 36+15+8=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F08 is #DBF0F7. Grayscale: #141414. Windows color (decimal): -14414072 or 528164. OLE color: 528164.

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

Color convert

RGB 36 15 8 -
CMYK 0 0.58 0.78 0.86
HSL 15º 0.64% 0.09% -
HSV(B) 15º 0.78% 0.14% -
XYZ 0.94 0.73 0.32 -
YUV 20.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 36 15 8 0 0.58 0.78 0.86 15 0.64 0.09
Hex 24 F 8 0 3A 4E 56 F 40 9
Octal 44 17 10 0 72 116 126 17 100 11
Binary 100100 1111 1000 0 111010 1001110 1010110 1111 1000000 1001

Color Harmonies of #240F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F08

Black with #240F08

Text Example


Text Example

White with #240F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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