Html Css Color HEX #402901 Cocoa Brown

📋 copy color: '#402901'

red 64 ◦ green 41 ◦ blue 1

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

Shades of Cocoa Brown #402901

Tints of Cocoa Brown #402901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 38.68%

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

R = 60.38%
G = 38.68%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#402901 (or 0x402901) is known color: Cocoa Brown. HEX triplet: 40, 29 and 01. RGB value is (64,41,1). Sum of RGB (Red+Green+Blue) = 64+41+1=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402901 is #BFD6FE. Grayscale: #2B2B2B. Windows color (decimal): -12572415 or 76096. OLE color: 76096.

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

Color convert

RGB 64 41 1 -
CMYK 0 0.36 0.98 0.75
HSL 38.1º 0.97% 0.13% -
HSV(B) 38.1º 0.98% 0.25% -
XYZ 2.91 2.68 0.39 -
YUV 43.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 64 41 1 0 0.36 0.98 0.75 38.1 0.97 0.13
Hex 40 29 1 0 24 62 4B 26 61 D
Octal 100 51 1 0 44 142 113 46 141 15
Binary 1000000 101001 1 0 100100 1100010 1001011 100110 1100001 1101

Color Harmonies of #402901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402901

Black with #402901

Text Example


Text Example

White with #402901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402901; }

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

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

background-color css

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

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

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

border-color css

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

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

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