Html Css Color HEX #402801 Cocoa Brown

📋 copy color: '#402801'

red 64 ◦ green 40 ◦ blue 1

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

Shades of Cocoa Brown #402801

Tints of Cocoa Brown #402801

RGB

 RED value IS 64 (25.39% from 255) = 60.95%

 GREEN value IS 40 (16.02% from 255) = 38.1%

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

R = 60.95%
G = 38.1%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#402801 (or 0x402801) is known color: Cocoa Brown. HEX triplet: 40, 28 and 01. RGB value is (64,40,1). Sum of RGB (Red+Green+Blue) = 64+40+1=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402801 is #BFD7FE. Grayscale: #2A2A2A. Windows color (decimal): -12572671 or 75840. OLE color: 75840.

HSL color Cylindrical-coordinate representation of color #402801: hue angle of 37.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #402801 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 40 1 -
CMYK 0 0.38 0.98 0.75
HSL 37.14º 0.97% 0.13% -
HSV(B) 37.14º 0.98% 0.25% -
XYZ 2.88 2.61 0.38 -
YUV 42.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 64 40 1 0 0.38 0.98 0.75 37.14 0.97 0.13
Hex 40 28 1 0 26 62 4B 25 61 D
Octal 100 50 1 0 46 142 113 45 141 15
Binary 1000000 101000 1 0 100110 1100010 1001011 100101 1100001 1101

Color Harmonies of #402801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402801

Black with #402801

Text Example


Text Example

White with #402801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402801; }

 p { color: rgb(64,40,1); }

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

background-color css

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

 a { background-color: rgb(64,40,1); }

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

border-color css

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

 span { border-color: rgb(64,40,1); }

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