Html Css Color HEX #412202 Cocoa Brown

📋 copy color: '#412202'

red 65 ◦ green 34 ◦ blue 2

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

Shades of Cocoa Brown #412202

Tints of Cocoa Brown #412202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.66%

 BLUE value IS 2 (1.17% from 255) = 1.98%

R = 64.36%
G = 33.66%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#412202 (or 0x412202) is known color: Cocoa Brown. HEX triplet: 41, 22 and 02. RGB value is (65,34,2). Sum of RGB (Red+Green+Blue) = 65+34+2=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #412202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412202 is #BEDDFD. Grayscale: #272727. Windows color (decimal): -12508670 or 139841. OLE color: 139841.

HSL color Cylindrical-coordinate representation of color #412202: hue angle of 30.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #412202 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 34 2 -
CMYK 0 0.48 0.97 0.75
HSL 30.48º 0.94% 0.13% -
HSV(B) 30.48º 0.97% 0.25% -
XYZ 2.76 2.27 0.35 -
YUV 39.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 65 34 2 0 0.48 0.97 0.75 30.48 0.94 0.13
Hex 41 22 2 0 30 61 4B 1E 5E D
Octal 101 42 2 0 60 141 113 36 136 15
Binary 1000001 100010 10 0 110000 1100001 1001011 11110 1011110 1101

Color Harmonies of #412202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412202

Black with #412202

Text Example


Text Example

White with #412202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412202; }

 p { color: rgb(65,34,2); }

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

background-color css

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

 a { background-color: rgb(65,34,2); }

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

border-color css

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

 span { border-color: rgb(65,34,2); }

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