Html Css Color HEX #3F2501 Cocoa Brown

📋 copy color: '#3F2501'

red 63 ◦ green 37 ◦ blue 1

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

Shades of Cocoa Brown #3F2501

Tints of Cocoa Brown #3F2501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 36.63%

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

R = 62.38%
G = 36.63%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F2501 (or 0x3F2501) is known color: Cocoa Brown. HEX triplet: 3F, 25 and 01. RGB value is (63,37,1). Sum of RGB (Red+Green+Blue) = 63+37+1=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2501 is #C0DAFE. Grayscale: #282828. Windows color (decimal): -12638975 or 75071. OLE color: 75071.

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

Color convert

RGB 63 37 1 -
CMYK 0 0.41 0.98 0.75
HSL 34.84º 0.97% 0.13% -
HSV(B) 34.84º 0.98% 0.25% -
XYZ 2.72 2.38 0.35 -
YUV 40.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 63 37 1 0 0.41 0.98 0.75 34.84 0.97 0.13
Hex 3F 25 1 0 29 62 4B 23 61 D
Octal 77 45 1 0 51 142 113 43 141 15
Binary 111111 100101 1 0 101001 1100010 1001011 100011 1100001 1101

Color Harmonies of #3F2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2501

Black with #3F2501

Text Example


Text Example

White with #3F2501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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