Html Css Color HEX #40260A Cocoa Brown

📋 copy color: '#40260A'

red 64 ◦ green 38 ◦ blue 10

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

Shades of Cocoa Brown #40260A

Tints of Cocoa Brown #40260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

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

R = 57.14%
G = 33.93%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40260A (or 0x40260A) is known color: Cocoa Brown. HEX triplet: 40, 26 and 0A. RGB value is (64,38,10). Sum of RGB (Red+Green+Blue) = 64+38+10=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40260A is #BFD9F5. Grayscale: #2A2A2A. Windows color (decimal): -12573174 or 665152. OLE color: 665152.

HSL color Cylindrical-coordinate representation of color #40260A: hue angle of 31.11º 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 #40260A is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 38 10 -
CMYK 0 0.41 0.84 0.75
HSL 31.11º 0.73% 0.15% -
HSV(B) 31.11º 0.84% 0.25% -
XYZ 2.86 2.5 0.62 -
YUV 42.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 64 38 10 0 0.41 0.84 0.75 31.11 0.73 0.15
Hex 40 26 A 0 29 54 4B 1F 49 F
Octal 100 46 12 0 51 124 113 37 111 17
Binary 1000000 100110 1010 0 101001 1010100 1001011 11111 1001001 1111

Color Harmonies of #40260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40260A

Black with #40260A

Text Example


Text Example

White with #40260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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