Html Css Color HEX #3D2201 Cocoa Brown

📋 copy color: '#3D2201'

red 61 ◦ green 34 ◦ blue 1

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

Shades of Cocoa Brown #3D2201

Tints of Cocoa Brown #3D2201

RGB

 RED value IS 61 (24.22% from 255) = 63.54%

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

 BLUE value IS 1 (0.78% from 255) = 1.04%

R = 63.54%
G = 35.42%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3D2201 (or 0x3D2201) is known color: Cocoa Brown. HEX triplet: 3D, 22 and 01. RGB value is (61,34,1). Sum of RGB (Red+Green+Blue) = 61+34+1=96 (12% of max value = 765). Red value is 61 (24.22% from 255 or 63.54% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2201 is #C2DDFE. Grayscale: #262626. Windows color (decimal): -12770815 or 74301. OLE color: 74301.

HSL color Cylindrical-coordinate representation of color #3D2201: hue angle of 33º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D2201 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 34 1 -
CMYK 0 0.44 0.98 0.76
HSL 33º 0.97% 0.12% -
HSV(B) 33º 0.98% 0.24% -
XYZ 2.5 2.14 0.31 -
YUV 38.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 61 34 1 0 0.44 0.98 0.76 33 0.97 0.12
Hex 3D 22 1 0 2C 62 4C 21 61 C
Octal 75 42 1 0 54 142 114 41 141 14
Binary 111101 100010 1 0 101100 1100010 1001100 100001 1100001 1100

Color Harmonies of #3D2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2201

Black with #3D2201

Text Example


Text Example

White with #3D2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D2201; }

 p { color: rgb(61,34,1); }

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

background-color css

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

 a { background-color: rgb(61,34,1); }

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

border-color css

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

 span { border-color: rgb(61,34,1); }

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