Html Css Color HEX #402601 Cocoa Brown

📋 copy color: '#402601'

red 64 ◦ green 38 ◦ blue 1

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

Shades of Cocoa Brown #402601

Tints of Cocoa Brown #402601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.89%

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

R = 62.14%
G = 36.89%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#402601 (or 0x402601) is known color: Cocoa Brown. HEX triplet: 40, 26 and 01. RGB value is (64,38,1). Sum of RGB (Red+Green+Blue) = 64+38+1=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402601 is #BFD9FE. Grayscale: #292929. Windows color (decimal): -12573183 or 75328. OLE color: 75328.

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

Color convert

RGB 64 38 1 -
CMYK 0 0.41 0.98 0.75
HSL 35.24º 0.97% 0.13% -
HSV(B) 35.24º 0.98% 0.25% -
XYZ 2.81 2.48 0.36 -
YUV 41.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 64 38 1 0 0.41 0.98 0.75 35.24 0.97 0.13
Hex 40 26 1 0 29 62 4B 23 61 D
Octal 100 46 1 0 51 142 113 43 141 15
Binary 1000000 100110 1 0 101001 1100010 1001011 100011 1100001 1101

Color Harmonies of #402601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402601

Black with #402601

Text Example


Text Example

White with #402601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402601; }

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

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

background-color css

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

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

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

border-color css

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

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

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