Html Css Color HEX #402200 Cocoa Brown

📋 copy color: '#402200'

red 64 ◦ green 34 ◦ blue 0

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

Shades of Cocoa Brown #402200

Tints of Cocoa Brown #402200

RGB

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

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

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

R = 65.31%
G = 34.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#402200 (or 0x402200) is known color: Cocoa Brown. HEX triplet: 40, 22 and 00. RGB value is (64,34,0). Sum of RGB (Red+Green+Blue) = 64+34+0=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #402200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402200 is #BFDDFF. Grayscale: #272727. Windows color (decimal): -12574208 or 8768. OLE color: 8768.

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

Color convert

RGB 64 34 0 -
CMYK 0 0.47 1 0.75
HSL 31.88º 1% 0.13% -
HSV(B) 31.88º 1% 0.25% -
XYZ 2.69 2.23 0.29 -
YUV 39.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 64 34 0 0 0.47 1 0.75 31.88 1 0.13
Hex 40 22 0 0 2F 64 4B 20 64 D
Octal 100 42 0 0 57 144 113 40 144 15
Binary 1000000 100010 0 0 101111 1100100 1001011 100000 1100100 1101

Color Harmonies of #402200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402200

Black with #402200

Text Example


Text Example

White with #402200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402200; }

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

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

background-color css

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

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

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

border-color css

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

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

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