Html Css Color HEX #402701 Cocoa Brown

📋 copy color: '#402701'

red 64 ◦ green 39 ◦ blue 1

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

Shades of Cocoa Brown #402701

Tints of Cocoa Brown #402701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 37.5%

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

R = 61.54%
G = 37.5%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#402701 (or 0x402701) is known color: Cocoa Brown. HEX triplet: 40, 27 and 01. RGB value is (64,39,1). Sum of RGB (Red+Green+Blue) = 64+39+1=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #402701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402701 is #BFD8FE. Grayscale: #2A2A2A. Windows color (decimal): -12572927 or 75584. OLE color: 75584.

HSL color Cylindrical-coordinate representation of color #402701: hue angle of 36.19º 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 #402701 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 39 1 -
CMYK 0 0.39 0.98 0.75
HSL 36.19º 0.97% 0.13% -
HSV(B) 36.19º 0.98% 0.25% -
XYZ 2.85 2.54 0.37 -
YUV 42.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 64 39 1 0 0.39 0.98 0.75 36.19 0.97 0.13
Hex 40 27 1 0 27 62 4B 24 61 D
Octal 100 47 1 0 47 142 113 44 141 15
Binary 1000000 100111 1 0 100111 1100010 1001011 100100 1100001 1101

Color Harmonies of #402701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402701

Black with #402701

Text Example


Text Example

White with #402701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402701; }

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

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

background-color css

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

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

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

border-color css

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

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

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