Html Css Color HEX #412807 Cocoa Brown

📋 copy color: '#412807'

red 65 ◦ green 40 ◦ blue 7

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

Shades of Cocoa Brown #412807

Tints of Cocoa Brown #412807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.71%

 BLUE value IS 7 (3.13% from 255) = 6.25%

R = 58.04%
G = 35.71%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#412807 (or 0x412807) is known color: Cocoa Brown. HEX triplet: 41, 28 and 07. RGB value is (65,40,7). Sum of RGB (Red+Green+Blue) = 65+40+7=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412807 is #BED7F8. Grayscale: #2B2B2B. Windows color (decimal): -12507129 or 469057. OLE color: 469057.

HSL color Cylindrical-coordinate representation of color #412807: hue angle of 34.14º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #412807 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 7 -
CMYK 0 0.38 0.89 0.75
HSL 34.14º 0.81% 0.14% -
HSV(B) 34.14º 0.89% 0.25% -
XYZ 2.98 2.66 0.56 -
YUV 43.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 65 40 7 0 0.38 0.89 0.75 34.14 0.81 0.14
Hex 41 28 7 0 26 59 4B 22 51 E
Octal 101 50 7 0 46 131 113 42 121 16
Binary 1000001 101000 111 0 100110 1011001 1001011 100010 1010001 1110

Color Harmonies of #412807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412807

Black with #412807

Text Example


Text Example

White with #412807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412807; }

 p { color: rgb(65,40,7); }

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

background-color css

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

 a { background-color: rgb(65,40,7); }

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

border-color css

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

 span { border-color: rgb(65,40,7); }

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