Html Css Color HEX #240701 Seal Brown

📋 copy color: '#240701'

red 36 ◦ green 7 ◦ blue 1

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

Shades of Seal Brown #240701

Tints of Seal Brown #240701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.91%

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

R = 81.82%
G = 15.91%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#240701 (or 0x240701) is known color: Seal Brown. HEX triplet: 24, 07 and 01. RGB value is (36,7,1). Sum of RGB (Red+Green+Blue) = 36+7+1=44 (5% of max value = 765). Red value is 36 (14.45% from 255 or 81.82% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 36 - color contains mainly: red. Hex color #240701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240701 is #DBF8FE. Grayscale: #0F0F0F. Windows color (decimal): -14416127 or 67364. OLE color: 67364.

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

Color convert

RGB 36 7 1 -
CMYK 0 0.81 0.97 0.86
HSL 10.29º 0.95% 0.07% -
HSV(B) 10.29º 0.97% 0.14% -
XYZ 0.81 0.53 0.09 -
YUV 14.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 36 7 1 0 0.81 0.97 0.86 10.29 0.95 0.07
Hex 24 7 1 0 51 61 56 A 5F 7
Octal 44 7 1 0 121 141 126 12 137 7
Binary 100100 111 1 0 1010001 1100001 1010110 1010 1011111 111

Color Harmonies of #240701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240701

Black with #240701

Text Example


Text Example

White with #240701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240701; }

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

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

background-color css

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

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

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

border-color css

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

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

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