Html Css Color HEX #3F2901 Cocoa Brown

📋 copy color: '#3F2901'

red 63 ◦ green 41 ◦ blue 1

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

Shades of Cocoa Brown #3F2901

Tints of Cocoa Brown #3F2901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 39.05%

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

R = 60%
G = 39.05%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F2901 (or 0x3F2901) is known color: Cocoa Brown. HEX triplet: 3F, 29 and 01. RGB value is (63,41,1). Sum of RGB (Red+Green+Blue) = 63+41+1=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2901 is #C0D6FE. Grayscale: #2B2B2B. Windows color (decimal): -12637951 or 76095. OLE color: 76095.

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

Color convert

RGB 63 41 1 -
CMYK 0 0.35 0.98 0.75
HSL 38.71º 0.97% 0.13% -
HSV(B) 38.71º 0.98% 0.25% -
XYZ 2.85 2.64 0.39 -
YUV 43.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 63 41 1 0 0.35 0.98 0.75 38.71 0.97 0.13
Hex 3F 29 1 0 23 62 4B 27 61 D
Octal 77 51 1 0 43 142 113 47 141 15
Binary 111111 101001 1 0 100011 1100010 1001011 100111 1100001 1101

Color Harmonies of #3F2901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2901

Black with #3F2901

Text Example


Text Example

White with #3F2901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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