Html Css Color HEX #402602 Cocoa Brown

📋 copy color: '#402602'

red 64 ◦ green 38 ◦ blue 2

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

Shades of Cocoa Brown #402602

Tints of Cocoa Brown #402602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.92%

R = 61.54%
G = 36.54%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#402602 (or 0x402602) is known color: Cocoa Brown. HEX triplet: 40, 26 and 02. RGB value is (64,38,2). Sum of RGB (Red+Green+Blue) = 64+38+2=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #402602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402602 is #BFD9FD. Grayscale: #292929. Windows color (decimal): -12573182 or 140864. OLE color: 140864.

HSL color Cylindrical-coordinate representation of color #402602: hue angle of 34.84º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #402602 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 38 2 -
CMYK 0 0.41 0.97 0.75
HSL 34.84º 0.94% 0.13% -
HSV(B) 34.84º 0.97% 0.25% -
XYZ 2.82 2.48 0.39 -
YUV 41.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 64 38 2 0 0.41 0.97 0.75 34.84 0.94 0.13
Hex 40 26 2 0 29 61 4B 23 5E D
Octal 100 46 2 0 51 141 113 43 136 15
Binary 1000000 100110 10 0 101001 1100001 1001011 100011 1011110 1101

Color Harmonies of #402602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402602

Black with #402602

Text Example


Text Example

White with #402602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402602; }

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

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

background-color css

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

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

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

border-color css

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

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

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