Html Css Color HEX #40270A Cocoa Brown

📋 copy color: '#40270A'

red 64 ◦ green 39 ◦ blue 10

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

Shades of Cocoa Brown #40270A

Tints of Cocoa Brown #40270A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.51%

 BLUE value IS 10 (4.3% from 255) = 8.85%

R = 56.64%
G = 34.51%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40270A (or 0x40270A) is known color: Cocoa Brown. HEX triplet: 40, 27 and 0A. RGB value is (64,39,10). Sum of RGB (Red+Green+Blue) = 64+39+10=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40270A is #BFD8F5. Grayscale: #2B2B2B. Windows color (decimal): -12572918 or 665408. OLE color: 665408.

HSL color Cylindrical-coordinate representation of color #40270A: hue angle of 32.22º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40270A is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 39 10 -
CMYK 0 0.39 0.84 0.75
HSL 32.22º 0.73% 0.15% -
HSV(B) 32.22º 0.84% 0.25% -
XYZ 2.89 2.56 0.63 -
YUV 43.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 64 39 10 0 0.39 0.84 0.75 32.22 0.73 0.15
Hex 40 27 A 0 27 54 4B 20 49 F
Octal 100 47 12 0 47 124 113 40 111 17
Binary 1000000 100111 1010 0 100111 1010100 1001011 100000 1001001 1111

Color Harmonies of #40270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40270A

Black with #40270A

Text Example


Text Example

White with #40270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40270A; }

 p { color: rgb(64,39,10); }

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

background-color css

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

 a { background-color: rgb(64,39,10); }

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

border-color css

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

 span { border-color: rgb(64,39,10); }

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