Html Css Color HEX #412400 Cocoa Brown

📋 copy color: '#412400'

red 65 ◦ green 36 ◦ blue 0

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

Shades of Cocoa Brown #412400

Tints of Cocoa Brown #412400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 35.64%

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

R = 64.36%
G = 35.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#412400 (or 0x412400) is known color: Cocoa Brown. HEX triplet: 41, 24 and 00. RGB value is (65,36,0). Sum of RGB (Red+Green+Blue) = 65+36+0=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #412400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412400 is #BEDBFF. Grayscale: #282828. Windows color (decimal): -12508160 or 9281. OLE color: 9281.

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

Color convert

RGB 65 36 0 -
CMYK 0 0.45 1 0.75
HSL 33.23º 1% 0.13% -
HSV(B) 33.23º 1% 0.25% -
XYZ 2.81 2.39 0.31 -
YUV 40.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 65 36 0 0 0.45 1 0.75 33.23 1 0.13
Hex 41 24 0 0 2D 64 4B 21 64 D
Octal 101 44 0 0 55 144 113 41 144 15
Binary 1000001 100100 0 0 101101 1100100 1001011 100001 1100100 1101

Color Harmonies of #412400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412400

Black with #412400

Text Example


Text Example

White with #412400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412400; }

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

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

background-color css

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

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

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

border-color css

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

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

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