Html Css Color HEX #402201 Cocoa Brown

📋 copy color: '#402201'

red 64 ◦ green 34 ◦ blue 1

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

Shades of Cocoa Brown #402201

Tints of Cocoa Brown #402201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 34.34%

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

R = 64.65%
G = 34.34%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#402201 (or 0x402201) is known color: Cocoa Brown. HEX triplet: 40, 22 and 01. RGB value is (64,34,1). Sum of RGB (Red+Green+Blue) = 64+34+1=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #402201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402201 is #BFDDFE. Grayscale: #272727. Windows color (decimal): -12574207 or 74304. OLE color: 74304.

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

Color convert

RGB 64 34 1 -
CMYK 0 0.47 0.98 0.75
HSL 31.43º 0.97% 0.13% -
HSV(B) 31.43º 0.98% 0.25% -
XYZ 2.69 2.24 0.32 -
YUV 39.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 64 34 1 0 0.47 0.98 0.75 31.43 0.97 0.13
Hex 40 22 1 0 2F 62 4B 1F 61 D
Octal 100 42 1 0 57 142 113 37 141 15
Binary 1000000 100010 1 0 101111 1100010 1001011 11111 1100001 1101

Color Harmonies of #402201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402201

Black with #402201

Text Example


Text Example

White with #402201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402201; }

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

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

background-color css

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

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

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

border-color css

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

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

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