Html Css Color HEX #412601 Cocoa Brown

📋 copy color: '#412601'

red 65 ◦ green 38 ◦ blue 1

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

Shades of Cocoa Brown #412601

Tints of Cocoa Brown #412601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 62.5%
G = 36.54%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#412601 (or 0x412601) is known color: Cocoa Brown. HEX triplet: 41, 26 and 01. RGB value is (65,38,1). Sum of RGB (Red+Green+Blue) = 65+38+1=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #412601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412601 is #BED9FE. Grayscale: #2A2A2A. Windows color (decimal): -12507647 or 75329. OLE color: 75329.

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

Color convert

RGB 65 38 1 -
CMYK 0 0.42 0.98 0.75
HSL 34.69º 0.97% 0.13% -
HSV(B) 34.69º 0.98% 0.25% -
XYZ 2.88 2.51 0.36 -
YUV 41.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 65 38 1 0 0.42 0.98 0.75 34.69 0.97 0.13
Hex 41 26 1 0 2A 62 4B 23 61 D
Octal 101 46 1 0 52 142 113 43 141 15
Binary 1000001 100110 1 0 101010 1100010 1001011 100011 1100001 1101

Color Harmonies of #412601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412601

Black with #412601

Text Example


Text Example

White with #412601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412601; }

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

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

background-color css

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

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

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

border-color css

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

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

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