Html Css Color HEX #402306 Cocoa Brown

📋 copy color: '#402306'

red 64 ◦ green 35 ◦ blue 6

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

Shades of Cocoa Brown #402306

Tints of Cocoa Brown #402306

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.33%

 BLUE value IS 6 (2.73% from 255) = 5.71%

R = 60.95%
G = 33.33%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#402306 (or 0x402306) is known color: Cocoa Brown. HEX triplet: 40, 23 and 06. RGB value is (64,35,6). Sum of RGB (Red+Green+Blue) = 64+35+6=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402306 is #BFDCF9. Grayscale: #282828. Windows color (decimal): -12573946 or 402240. OLE color: 402240.

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

Color convert

RGB 64 35 6 -
CMYK 0 0.45 0.91 0.75
HSL 30º 0.83% 0.14% -
HSV(B) 30º 0.91% 0.25% -
XYZ 2.75 2.31 0.47 -
YUV 40.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 64 35 6 0 0.45 0.91 0.75 30 0.83 0.14
Hex 40 23 6 0 2D 5B 4B 1E 53 E
Octal 100 43 6 0 55 133 113 36 123 16
Binary 1000000 100011 110 0 101101 1011011 1001011 11110 1010011 1110

Color Harmonies of #402306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402306

Black with #402306

Text Example


Text Example

White with #402306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402306; }

 p { color: rgb(64,35,6); }

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

background-color css

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

 a { background-color: rgb(64,35,6); }

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

border-color css

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

 span { border-color: rgb(64,35,6); }

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