Html Css Color HEX #412900 Cocoa Brown

📋 copy color: '#412900'

red 65 ◦ green 41 ◦ blue 0

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

Shades of Cocoa Brown #412900

Tints of Cocoa Brown #412900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 38.68%

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

R = 61.32%
G = 38.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#412900 (or 0x412900) is known color: Cocoa Brown. HEX triplet: 41, 29 and 00. RGB value is (65,41,0). Sum of RGB (Red+Green+Blue) = 65+41+0=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412900 is #BED6FF. Grayscale: #2B2B2B. Windows color (decimal): -12506880 or 10561. OLE color: 10561.

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

Color convert

RGB 65 41 0 -
CMYK 0 0.37 1 0.75
HSL 37.85º 1% 0.13% -
HSV(B) 37.85º 1% 0.25% -
XYZ 2.97 2.71 0.37 -
YUV 43.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 65 41 0 0 0.37 1 0.75 37.85 1 0.13
Hex 41 29 0 0 25 64 4B 26 64 D
Octal 101 51 0 0 45 144 113 46 144 15
Binary 1000001 101001 0 0 100101 1100100 1001011 100110 1100100 1101

Color Harmonies of #412900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412900

Black with #412900

Text Example


Text Example

White with #412900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412900; }

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

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

background-color css

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

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

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

border-color css

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

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

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