Html Css Color HEX #240A01 Seal Brown

📋 copy color: '#240A01'

red 36 ◦ green 10 ◦ blue 1

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

Shades of Seal Brown #240A01

Tints of Seal Brown #240A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.13%

R = 76.6%
G = 21.28%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#240A01 (or 0x240A01) is known color: Seal Brown. HEX triplet: 24, 0A and 01. RGB value is (36,10,1). Sum of RGB (Red+Green+Blue) = 36+10+1=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #240A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A01 is #DBF5FE. Grayscale: #101010. Windows color (decimal): -14415359 or 68132. OLE color: 68132.

HSL color Cylindrical-coordinate representation of color #240A01: hue angle of 15.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240A01 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 10 1 -
CMYK 0 0.72 0.97 0.86
HSL 15.43º 0.95% 0.07% -
HSV(B) 15.43º 0.97% 0.14% -
XYZ 0.84 0.59 0.1 -
YUV 16.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 36 10 1 0 0.72 0.97 0.86 15.43 0.95 0.07
Hex 24 A 1 0 48 61 56 F 5F 7
Octal 44 12 1 0 110 141 126 17 137 7
Binary 100100 1010 1 0 1001000 1100001 1010110 1111 1011111 111

Color Harmonies of #240A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A01

Black with #240A01

Text Example


Text Example

White with #240A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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