Html Css Color HEX #240A08 Seal Brown

📋 copy color: '#240A08'

red 36 ◦ green 10 ◦ blue 8

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

Shades of Seal Brown #240A08

Tints of Seal Brown #240A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.52%

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

R = 66.67%
G = 18.52%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.86

RGB Variations

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

Color information

#240A08 (or 0x240A08) is known color: Seal Brown. HEX triplet: 24, 0A and 08. RGB value is (36,10,8). Sum of RGB (Red+Green+Blue) = 36+10+8=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #240A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A08 is #DBF5F7. Grayscale: #111111. Windows color (decimal): -14415352 or 526884. OLE color: 526884.

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

Color convert

RGB 36 10 8 -
CMYK 0 0.72 0.78 0.86
HSL 4.29º 0.64% 0.09% -
HSV(B) 4.29º 0.78% 0.14% -
XYZ 0.88 0.61 0.3 -
YUV 17.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 36 10 8 0 0.72 0.78 0.86 4.29 0.64 0.09
Hex 24 A 8 0 48 4E 56 4 40 9
Octal 44 12 10 0 110 116 126 4 100 11
Binary 100100 1010 1000 0 1001000 1001110 1010110 100 1000000 1001

Color Harmonies of #240A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A08

Black with #240A08

Text Example


Text Example

White with #240A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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