Html Css Color HEX #402502 Cocoa Brown

📋 copy color: '#402502'

red 64 ◦ green 37 ◦ blue 2

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

Shades of Cocoa Brown #402502

Tints of Cocoa Brown #402502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.92%

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

R = 62.14%
G = 35.92%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#402502 (or 0x402502) is known color: Cocoa Brown. HEX triplet: 40, 25 and 02. RGB value is (64,37,2). Sum of RGB (Red+Green+Blue) = 64+37+2=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402502 is #BFDAFD. Grayscale: #292929. Windows color (decimal): -12573438 or 140608. OLE color: 140608.

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

Color convert

RGB 64 37 2 -
CMYK 0 0.42 0.97 0.75
HSL 33.87º 0.94% 0.13% -
HSV(B) 33.87º 0.97% 0.25% -
XYZ 2.79 2.42 0.38 -
YUV 41.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 64 37 2 0 0.42 0.97 0.75 33.87 0.94 0.13
Hex 40 25 2 0 2A 61 4B 22 5E D
Octal 100 45 2 0 52 141 113 42 136 15
Binary 1000000 100101 10 0 101010 1100001 1001011 100010 1011110 1101

Color Harmonies of #402502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402502

Black with #402502

Text Example


Text Example

White with #402502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402502; }

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

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

background-color css

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

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

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

border-color css

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

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

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