Html Css Color HEX #3D1F01 Cocoa Brown

📋 copy color: '#3D1F01'

red 61 ◦ green 31 ◦ blue 1

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

Shades of Cocoa Brown #3D1F01

Tints of Cocoa Brown #3D1F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 33.33%

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

R = 65.59%
G = 33.33%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3D1F01 (or 0x3D1F01) is known color: Cocoa Brown. HEX triplet: 3D, 1F and 01. RGB value is (61,31,1). Sum of RGB (Red+Green+Blue) = 61+31+1=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1F01 is #C2E0FE. Grayscale: #242424. Windows color (decimal): -12771583 or 73533. OLE color: 73533.

HSL color Cylindrical-coordinate representation of color #3D1F01: hue angle of 30º 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 #3D1F01 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 31 1 -
CMYK 0 0.49 0.98 0.76
HSL 30º 0.97% 0.12% -
HSV(B) 30º 0.98% 0.24% -
XYZ 2.42 1.97 0.28 -
YUV 36.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 61 31 1 0 0.49 0.98 0.76 30 0.97 0.12
Hex 3D 1F 1 0 31 62 4C 1E 61 C
Octal 75 37 1 0 61 142 114 36 141 14
Binary 111101 11111 1 0 110001 1100010 1001100 11110 1100001 1100

Color Harmonies of #3D1F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F01

Black with #3D1F01

Text Example


Text Example

White with #3D1F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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