Html Css Color HEX #412300 Cocoa Brown

📋 copy color: '#412300'

red 65 ◦ green 35 ◦ blue 0

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

Shades of Cocoa Brown #412300

Tints of Cocoa Brown #412300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 35%

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

R = 65%
G = 35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#412300 (or 0x412300) is known color: Cocoa Brown. HEX triplet: 41, 23 and 00. RGB value is (65,35,0). Sum of RGB (Red+Green+Blue) = 65+35+0=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #412300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412300 is #BEDCFF. Grayscale: #282828. Windows color (decimal): -12508416 or 9025. OLE color: 9025.

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

Color convert

RGB 65 35 0 -
CMYK 0 0.46 1 0.75
HSL 32.31º 1% 0.13% -
HSV(B) 32.31º 1% 0.25% -
XYZ 2.78 2.33 0.3 -
YUV 39.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 65 35 0 0 0.46 1 0.75 32.31 1 0.13
Hex 41 23 0 0 2E 64 4B 20 64 D
Octal 101 43 0 0 56 144 113 40 144 15
Binary 1000001 100011 0 0 101110 1100100 1001011 100000 1100100 1101

Color Harmonies of #412300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412300

Black with #412300

Text Example


Text Example

White with #412300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412300; }

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

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

background-color css

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

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

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

border-color css

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

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

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