Html Css Color HEX #402500 Cocoa Brown

📋 copy color: '#402500'

red 64 ◦ green 37 ◦ blue 0

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

Shades of Cocoa Brown #402500

Tints of Cocoa Brown #402500

RGB

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

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

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

R = 63.37%
G = 36.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#402500 (or 0x402500) is known color: Cocoa Brown. HEX triplet: 40, 25 and 00. RGB value is (64,37,0). Sum of RGB (Red+Green+Blue) = 64+37+0=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #402500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402500 is #BFDAFF. Grayscale: #292929. Windows color (decimal): -12573440 or 9536. OLE color: 9536.

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

Color convert

RGB 64 37 0 -
CMYK 0 0.42 1 0.75
HSL 34.69º 1% 0.13% -
HSV(B) 34.69º 1% 0.25% -
XYZ 2.78 2.41 0.32 -
YUV 40.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 64 37 0 0 0.42 1 0.75 34.69 1 0.13
Hex 40 25 0 0 2A 64 4B 23 64 D
Octal 100 45 0 0 52 144 113 43 144 15
Binary 1000000 100101 0 0 101010 1100100 1001011 100011 1100100 1101

Color Harmonies of #402500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402500

Black with #402500

Text Example


Text Example

White with #402500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402500; }

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

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

background-color css

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

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

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

border-color css

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

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

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