Html Css Color HEX #3F2700 Cocoa Brown

📋 copy color: '#3F2700'

red 63 ◦ green 39 ◦ blue 0

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

Shades of Cocoa Brown #3F2700

Tints of Cocoa Brown #3F2700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 38.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.76%
G = 38.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3F2700 (or 0x3F2700) is known color: Cocoa Brown. HEX triplet: 3F, 27 and 00. RGB value is (63,39,0). Sum of RGB (Red+Green+Blue) = 63+39+0=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2700 is #C0D8FF. Grayscale: #292929. Windows color (decimal): -12638464 or 10047. OLE color: 10047.

HSL color Cylindrical-coordinate representation of color #3F2700: hue angle of 37.14º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F2700 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 39 0 -
CMYK 0 0.38 1 0.75
HSL 37.14º 1% 0.12% -
HSV(B) 37.14º 1% 0.25% -
XYZ 2.78 2.51 0.34 -
YUV 41.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 63 39 0 0 0.38 1 0.75 37.14 1 0.12
Hex 3F 27 0 0 26 64 4B 25 64 C
Octal 77 47 0 0 46 144 113 45 144 14
Binary 111111 100111 0 0 100110 1100100 1001011 100101 1100100 1100

Color Harmonies of #3F2700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2700

Black with #3F2700

Text Example


Text Example

White with #3F2700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,39,0); }

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

background-color css

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

 a { background-color: rgb(63,39,0); }

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

border-color css

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

 span { border-color: rgb(63,39,0); }

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