Html Css Color HEX #240C05 Seal Brown

📋 copy color: '#240C05'

red 36 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #240C05

Tints of Seal Brown #240C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 22.64%

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

R = 67.92%
G = 22.64%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#240C05 (or 0x240C05) is known color: Seal Brown. HEX triplet: 24, 0C and 05. RGB value is (36,12,5). Sum of RGB (Red+Green+Blue) = 36+12+5=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #240C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C05 is #DBF3FA. Grayscale: #121212. Windows color (decimal): -14414843 or 330788. OLE color: 330788.

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

Color convert

RGB 36 12 5 -
CMYK 0 0.67 0.86 0.86
HSL 13.55º 0.76% 0.08% -
HSV(B) 13.55º 0.86% 0.14% -
XYZ 0.89 0.65 0.22 -
YUV 18.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 36 12 5 0 0.67 0.86 0.86 13.55 0.76 0.08
Hex 24 C 5 0 43 56 56 E 4C 8
Octal 44 14 5 0 103 126 126 16 114 10
Binary 100100 1100 101 0 1000011 1010110 1010110 1110 1001100 1000

Color Harmonies of #240C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C05

Black with #240C05

Text Example


Text Example

White with #240C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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