Html Css Color HEX #402301 Cocoa Brown

📋 copy color: '#402301'

red 64 ◦ green 35 ◦ blue 1

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

Shades of Cocoa Brown #402301

Tints of Cocoa Brown #402301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 35%

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

R = 64%
G = 35%
B = 1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#402301 (or 0x402301) is known color: Cocoa Brown. HEX triplet: 40, 23 and 01. RGB value is (64,35,1). Sum of RGB (Red+Green+Blue) = 64+35+1=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #402301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402301 is #BFDCFE. Grayscale: #272727. Windows color (decimal): -12573951 or 74560. OLE color: 74560.

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

Color convert

RGB 64 35 1 -
CMYK 0 0.45 0.98 0.75
HSL 32.38º 0.97% 0.13% -
HSV(B) 32.38º 0.98% 0.25% -
XYZ 2.72 2.29 0.33 -
YUV 39.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 64 35 1 0 0.45 0.98 0.75 32.38 0.97 0.13
Hex 40 23 1 0 2D 62 4B 20 61 D
Octal 100 43 1 0 55 142 113 40 141 15
Binary 1000000 100011 1 0 101101 1100010 1001011 100000 1100001 1101

Color Harmonies of #402301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402301

Black with #402301

Text Example


Text Example

White with #402301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402301; }

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

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

background-color css

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

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

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

border-color css

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

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

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