Html Css Color HEX #241501 Cocoa Brown

📋 copy color: '#241501'

red 36 ◦ green 21 ◦ blue 1

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

Shades of Cocoa Brown #241501

Tints of Cocoa Brown #241501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 36.21%

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

R = 62.07%
G = 36.21%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#241501 (or 0x241501) is known color: Cocoa Brown. HEX triplet: 24, 15 and 01. RGB value is (36,21,1). Sum of RGB (Red+Green+Blue) = 36+21+1=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #241501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241501 is #DBEAFE. Grayscale: #171717. Windows color (decimal): -14412543 or 70948. OLE color: 70948.

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

Color convert

RGB 36 21 1 -
CMYK 0 0.42 0.97 0.86
HSL 34.29º 0.95% 0.07% -
HSV(B) 34.29º 0.97% 0.14% -
XYZ 1 0.91 0.15 -
YUV 23.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 36 21 1 0 0.42 0.97 0.86 34.29 0.95 0.07
Hex 24 15 1 0 2A 61 56 22 5F 7
Octal 44 25 1 0 52 141 126 42 137 7
Binary 100100 10101 1 0 101010 1100001 1010110 100010 1011111 111

Color Harmonies of #241501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241501

Black with #241501

Text Example


Text Example

White with #241501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241501; }

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

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

background-color css

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

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

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

border-color css

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

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

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