Html Css Color HEX #402700 Cocoa Brown

📋 copy color: '#402700'

red 64 ◦ green 39 ◦ blue 0

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

Shades of Cocoa Brown #402700

Tints of Cocoa Brown #402700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.14%
G = 37.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#402700 (or 0x402700) is known color: Cocoa Brown. HEX triplet: 40, 27 and 00. RGB value is (64,39,0). Sum of RGB (Red+Green+Blue) = 64+39+0=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402700 is #BFD8FF. Grayscale: #2A2A2A. Windows color (decimal): -12572928 or 10048. OLE color: 10048.

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

Color convert

RGB 64 39 0 -
CMYK 0 0.39 1 0.75
HSL 36.56º 1% 0.13% -
HSV(B) 36.56º 1% 0.25% -
XYZ 2.84 2.54 0.34 -
YUV 42.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 64 39 0 0 0.39 1 0.75 36.56 1 0.13
Hex 40 27 0 0 27 64 4B 25 64 D
Octal 100 47 0 0 47 144 113 45 144 15
Binary 1000000 100111 0 0 100111 1100100 1001011 100101 1100100 1101

Color Harmonies of #402700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402700

Black with #402700

Text Example


Text Example

White with #402700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402700; }

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

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

background-color css

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

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

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

border-color css

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

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

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