Html Css Color HEX #3F2801 Cocoa Brown

📋 copy color: '#3F2801'

red 63 ◦ green 40 ◦ blue 1

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

Shades of Cocoa Brown #3F2801

Tints of Cocoa Brown #3F2801

RGB

 RED value IS 63 (25% from 255) = 60.58%

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

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

R = 60.58%
G = 38.46%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F2801 (or 0x3F2801) is known color: Cocoa Brown. HEX triplet: 3F, 28 and 01. RGB value is (63,40,1). Sum of RGB (Red+Green+Blue) = 63+40+1=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2801 is #C0D7FE. Grayscale: #2A2A2A. Windows color (decimal): -12638207 or 75839. OLE color: 75839.

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

Color convert

RGB 63 40 1 -
CMYK 0 0.37 0.98 0.75
HSL 37.74º 0.97% 0.13% -
HSV(B) 37.74º 0.98% 0.25% -
XYZ 2.81 2.58 0.38 -
YUV 42.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 63 40 1 0 0.37 0.98 0.75 37.74 0.97 0.13
Hex 3F 28 1 0 25 62 4B 26 61 D
Octal 77 50 1 0 45 142 113 46 141 15
Binary 111111 101000 1 0 100101 1100010 1001011 100110 1100001 1101

Color Harmonies of #3F2801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2801

Black with #3F2801

Text Example


Text Example

White with #3F2801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,1); }

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

background-color css

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

 a { background-color: rgb(63,40,1); }

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

border-color css

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

 span { border-color: rgb(63,40,1); }

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