Html Css Color HEX #402300 Cocoa Brown

📋 copy color: '#402300'

red 64 ◦ green 35 ◦ blue 0

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

Shades of Cocoa Brown #402300

Tints of Cocoa Brown #402300

RGB

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

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

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

R = 64.65%
G = 35.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#402300 (or 0x402300) is known color: Cocoa Brown. HEX triplet: 40, 23 and 00. RGB value is (64,35,0). Sum of RGB (Red+Green+Blue) = 64+35+0=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #402300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402300 is #BFDCFF. Grayscale: #272727. Windows color (decimal): -12573952 or 9024. OLE color: 9024.

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

Color convert

RGB 64 35 0 -
CMYK 0 0.45 1 0.75
HSL 32.81º 1% 0.13% -
HSV(B) 32.81º 1% 0.25% -
XYZ 2.72 2.29 0.3 -
YUV 39.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 64 35 0 0 0.45 1 0.75 32.81 1 0.13
Hex 40 23 0 0 2D 64 4B 21 64 D
Octal 100 43 0 0 55 144 113 41 144 15
Binary 1000000 100011 0 0 101101 1100100 1001011 100001 1100100 1101

Color Harmonies of #402300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402300

Black with #402300

Text Example


Text Example

White with #402300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402300; }

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

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

background-color css

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

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

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

border-color css

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

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

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