Html Css Color HEX #412600 Cocoa Brown

📋 copy color: '#412600'

red 65 ◦ green 38 ◦ blue 0

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

Shades of Cocoa Brown #412600

Tints of Cocoa Brown #412600

RGB

 RED value IS 65 (25.78% from 255) = 63.11%

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

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

R = 63.11%
G = 36.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#412600 (or 0x412600) is known color: Cocoa Brown. HEX triplet: 41, 26 and 00. RGB value is (65,38,0). Sum of RGB (Red+Green+Blue) = 65+38+0=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #412600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412600 is #BED9FF. Grayscale: #292929. Windows color (decimal): -12507648 or 9793. OLE color: 9793.

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

Color convert

RGB 65 38 0 -
CMYK 0 0.42 1 0.75
HSL 35.08º 1% 0.13% -
HSV(B) 35.08º 1% 0.25% -
XYZ 2.87 2.51 0.33 -
YUV 41.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 65 38 0 0 0.42 1 0.75 35.08 1 0.13
Hex 41 26 0 0 2A 64 4B 23 64 D
Octal 101 46 0 0 52 144 113 43 144 15
Binary 1000001 100110 0 0 101010 1100100 1001011 100011 1100100 1101

Color Harmonies of #412600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412600

Black with #412600

Text Example


Text Example

White with #412600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412600; }

 p { color: rgb(65,38,0); }

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

background-color css

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

 a { background-color: rgb(65,38,0); }

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

border-color css

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

 span { border-color: rgb(65,38,0); }

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