Html Css Color HEX #412100 Cocoa Brown

📋 copy color: '#412100'

red 65 ◦ green 33 ◦ blue 0

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

Shades of Cocoa Brown #412100

Tints of Cocoa Brown #412100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 33.67%

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

R = 66.33%
G = 33.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#412100 (or 0x412100) is known color: Cocoa Brown. HEX triplet: 41, 21 and 00. RGB value is (65,33,0). Sum of RGB (Red+Green+Blue) = 65+33+0=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #412100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412100 is #BEDEFF. Grayscale: #262626. Windows color (decimal): -12508928 or 8513. OLE color: 8513.

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

Color convert

RGB 65 33 0 -
CMYK 0 0.49 1 0.75
HSL 30.46º 1% 0.13% -
HSV(B) 30.46º 1% 0.25% -
XYZ 2.72 2.21 0.28 -
YUV 38.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 65 33 0 0 0.49 1 0.75 30.46 1 0.13
Hex 41 21 0 0 31 64 4B 1E 64 D
Octal 101 41 0 0 61 144 113 36 144 15
Binary 1000001 100001 0 0 110001 1100100 1001011 11110 1100100 1101

Color Harmonies of #412100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412100

Black with #412100

Text Example


Text Example

White with #412100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412100; }

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

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

background-color css

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

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

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

border-color css

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

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

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