Html Css Color HEX #3F2301 Cocoa Brown

📋 copy color: '#3F2301'

red 63 ◦ green 35 ◦ blue 1

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

Shades of Cocoa Brown #3F2301

Tints of Cocoa Brown #3F2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 35.35%

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

R = 63.64%
G = 35.35%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F2301 (or 0x3F2301) is known color: Cocoa Brown. HEX triplet: 3F, 23 and 01. RGB value is (63,35,1). Sum of RGB (Red+Green+Blue) = 63+35+1=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2301 is #C0DCFE. Grayscale: #272727. Windows color (decimal): -12639487 or 74559. OLE color: 74559.

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

Color convert

RGB 63 35 1 -
CMYK 0 0.44 0.98 0.75
HSL 32.9º 0.97% 0.13% -
HSV(B) 32.9º 0.98% 0.25% -
XYZ 2.66 2.26 0.33 -
YUV 39.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 63 35 1 0 0.44 0.98 0.75 32.9 0.97 0.13
Hex 3F 23 1 0 2C 62 4B 21 61 D
Octal 77 43 1 0 54 142 113 41 141 15
Binary 111111 100011 1 0 101100 1100010 1001011 100001 1100001 1101

Color Harmonies of #3F2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2301

Black with #3F2301

Text Example


Text Example

White with #3F2301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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