Html Css Color HEX #402803 Cocoa Brown

📋 copy color: '#402803'

red 64 ◦ green 40 ◦ blue 3

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

Shades of Cocoa Brown #402803

Tints of Cocoa Brown #402803

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.38%

 BLUE value IS 3 (1.56% from 255) = 2.8%

R = 59.81%
G = 37.38%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#402803 (or 0x402803) is known color: Cocoa Brown. HEX triplet: 40, 28 and 03. RGB value is (64,40,3). Sum of RGB (Red+Green+Blue) = 64+40+3=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #402803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402803 is #BFD7FC. Grayscale: #2B2B2B. Windows color (decimal): -12572669 or 206912. OLE color: 206912.

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

Color convert

RGB 64 40 3 -
CMYK 0 0.38 0.95 0.75
HSL 36.39º 0.91% 0.13% -
HSV(B) 36.39º 0.95% 0.25% -
XYZ 2.89 2.61 0.44 -
YUV 42.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 64 40 3 0 0.38 0.95 0.75 36.39 0.91 0.13
Hex 40 28 3 0 26 5F 4B 24 5B D
Octal 100 50 3 0 46 137 113 44 133 15
Binary 1000000 101000 11 0 100110 1011111 1001011 100100 1011011 1101

Color Harmonies of #402803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402803

Black with #402803

Text Example


Text Example

White with #402803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402803; }

 p { color: rgb(64,40,3); }

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

background-color css

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

 a { background-color: rgb(64,40,3); }

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

border-color css

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

 span { border-color: rgb(64,40,3); }

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