Html Css Color HEX #240F05 Seal Brown

📋 copy color: '#240F05'

red 36 ◦ green 15 ◦ blue 5

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

Shades of Seal Brown #240F05

Tints of Seal Brown #240F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.93%

R = 64.29%
G = 26.79%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#240F05 (or 0x240F05) is known color: Seal Brown. HEX triplet: 24, 0F and 05. RGB value is (36,15,5). Sum of RGB (Red+Green+Blue) = 36+15+5=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #240F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F05 is #DBF0FA. Grayscale: #141414. Windows color (decimal): -14414075 or 331556. OLE color: 331556.

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

Color convert

RGB 36 15 5 -
CMYK 0 0.58 0.86 0.86
HSL 19.35º 0.76% 0.08% -
HSV(B) 19.35º 0.86% 0.14% -
XYZ 0.93 0.73 0.24 -
YUV 20.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 36 15 5 0 0.58 0.86 0.86 19.35 0.76 0.08
Hex 24 F 5 0 3A 56 56 13 4C 8
Octal 44 17 5 0 72 126 126 23 114 10
Binary 100100 1111 101 0 111010 1010110 1010110 10011 1001100 1000

Color Harmonies of #240F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F05

Black with #240F05

Text Example


Text Example

White with #240F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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