Html Css Color HEX #402509 Cocoa Brown

📋 copy color: '#402509'

red 64 ◦ green 37 ◦ blue 9

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

Shades of Cocoa Brown #402509

Tints of Cocoa Brown #402509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.18%

R = 58.18%
G = 33.64%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#402509 (or 0x402509) is known color: Cocoa Brown. HEX triplet: 40, 25 and 09. RGB value is (64,37,9). Sum of RGB (Red+Green+Blue) = 64+37+9=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #402509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402509 is #BFDAF6. Grayscale: #2A2A2A. Windows color (decimal): -12573431 or 599360. OLE color: 599360.

HSL color Cylindrical-coordinate representation of color #402509: hue angle of 30.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #402509 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 37 9 -
CMYK 0 0.42 0.86 0.75
HSL 30.55º 0.75% 0.14% -
HSV(B) 30.55º 0.86% 0.25% -
XYZ 2.83 2.43 0.58 -
YUV 41.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 64 37 9 0 0.42 0.86 0.75 30.55 0.75 0.14
Hex 40 25 9 0 2A 56 4B 1F 4B E
Octal 100 45 11 0 52 126 113 37 113 16
Binary 1000000 100101 1001 0 101010 1010110 1001011 11111 1001011 1110

Color Harmonies of #402509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402509

Black with #402509

Text Example


Text Example

White with #402509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402509; }

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

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

background-color css

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

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

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

border-color css

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

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

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